import type { BotConfig } from "../../config/config.js"; export declare function applyAccountNameToChannelSection(params: { cfg: BotConfig; channelKey: string; accountId: string; name?: string; alwaysUseAccounts?: boolean; }): BotConfig; export declare function migrateBaseNameToDefaultAccount(params: { cfg: BotConfig; channelKey: string; alwaysUseAccounts?: boolean; }): BotConfig; export declare function shouldMoveSingleAccountChannelKey(params: { channelKey: string; key: string; }): boolean; export declare function moveSingleAccountChannelSectionToDefaultAccount(params: { cfg: BotConfig; channelKey: string; }): BotConfig;