import type { DoctorReport, EnvironmentSpec } from "./types.js"; export type DoctorOptions = { cwd?: string; }; export declare function runDoctor(spec: EnvironmentSpec, options?: DoctorOptions): Promise; //# sourceMappingURL=doctor.d.ts.map