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