import { InlineKeyboardMarkup } from '../types'; import { array } from '../types'; export declare class InlineKeyboardMarkupBase implements InlineKeyboardMarkup { inline_keyboard: array; }