export declare function applyChannelDoctorCompatibilityMigrations(cfg: Record<string, unknown>): {
    next: Record<string, unknown>;
    changes: string[];
};
