import type { OmniAgentConfig } from "./types.js"; export declare function migrateLegacyConfig(raw: unknown): { config: OmniAgentConfig | null; changes: string[]; };