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