export declare function applyRuntimeLegacyConfigMigrations(raw: unknown): {
    next: Record<string, unknown> | null;
    changes: string[];
};
