import type { ControllerOwnership, OwnershipRouteNode } from '../controller-ownership.ts'; import type { DoctorFixPlan } from './types.ts'; export declare function getControllerFixPlans(appRoot: string, tree: OwnershipRouteNode[], ownership: ControllerOwnership): Promise; //# sourceMappingURL=controller-fix-plans.d.ts.map