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