import type { OpenClawConfig } from "../../../config/types.js"; export declare function normalizeLegacyTalkConfig(cfg: OpenClawConfig, changes: string[]): OpenClawConfig;