import { InlineKeyboardButton, IInlineKeyboardButton, Bot } from "./_internals.js"; export declare const Array_of_Array_of_InlineKeyboardButton: (value: IInlineKeyboardButton[][], token?: string | Bot | undefined) => InlineKeyboardButton[][];