import type { DoctorAppliedFix, DoctorFixPlan } from './types.ts'; export declare function applyDoctorFixPlans(appRoot: string, fixPlans: DoctorFixPlan[]): Promise; //# sourceMappingURL=fixes.d.ts.map