import type { InlineKeyboardAttachmentRequest } from '../core/network/api';
export declare const inlineKeyboard: (buttons: InlineKeyboardAttachmentRequest["payload"]["buttons"]) => InlineKeyboardAttachmentRequest;
export * as button from './buttons';
