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