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