import { type ControllerOwnership } from '../controller-ownership.ts'; import type { DoctorFinding, DoctorFixPlan } from './types.ts'; export declare function getControllerFindings(ownership: ControllerOwnership, fixPlans: DoctorFixPlan[]): DoctorFinding[]; //# sourceMappingURL=controller-findings.d.ts.map