import { type IdeId } from "../constants/index.js"; import type { DoctorCheck } from "../types/index.js"; export declare function runDoctor(cwd?: string, ide?: IdeId): Promise; //# sourceMappingURL=doctor-service.d.ts.map