import { Markup } from 'telegraf';
import { InlineKeyboardMarkup } from 'typegram';
import { Context } from './context';
declare type Options = {
    [key: string]: string;
};
export declare type MarkupBuilder = (ctx: Context, options?: Options) => Markup<InlineKeyboardMarkup> & InlineKeyboardMarkup;
export {};
