export declare function getActiveChat(): number | null; export declare function sendTextToChat(chatId: number, text: string): Promise; export declare function sendMediaToCurrentChat(filePath: string, kind?: 'photo' | 'video' | 'document' | 'animation' | 'audio', caption?: string): Promise; export declare function startBot(): Promise; //# sourceMappingURL=telegram-bot.d.ts.map