declare const telegram: { send(chatId: string, text: string, params?: Record): Promise; method(method: string, params?: Record): Promise; }; type Telegram = typeof telegram; export { type Telegram, telegram };