export declare const BUDDY_TELEGRAM_PLUGIN_PREFIX = "buddy-telegram"; export declare const BUDDY_TELEGRAM_PLUGIN_NAME = "buddy-telegram-plugin"; export declare const BUDDY_TELEGRAM_PLUGIN_API_TAG_NAME = "Buddy Telegram"; export declare const BUDDY_TELEGRAM_PLUGIN_API_TAG_DESCRIPTION = "Telegram bot adapter plugin for Buddy module."; export declare const TELEGRAM_RETRY_DELAYS_MS: number[]; export declare const TELEGRAM_MAX_MESSAGE_LENGTH = 4096;