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