/** Re-checks every external dependency of a project; repairs only with --fix. */ export declare function runDoctor(opts: { name?: string; fix?: boolean; }): Promise; //# sourceMappingURL=doctor.d.ts.map