import { Scenes, Telegraf } from "telegraf"; import * as tp from "./interfaces"; export declare function compiler(telegrafBotByUser: tp.TelegramBotToken | Telegraf, conf?: tp.Config): { bot: Telegraf>; config: tp.Config; }; //# sourceMappingURL=index.d.ts.map