declare namespace _default { function BotsBotModel(): Promise; function BotsMenuModel(): Promise; function BotsEventModel(): Promise; function BotsTelegramMessageModel(): Promise; function BotsTelegramImpressionModel(): Promise; function BotsTelegramPortalRulesModel(): Promise; function BotsTelegramChatModel(): Promise; function BotsTelegramUserModel(): Promise; function BotsUserDataModel(): Promise; function BotsTelegramUserStorageModel(): Promise; } export default _default;