import type { DoctorReport, RunDoctorOptions } from './types.js'; export declare function runDoctor(options?: RunDoctorOptions): Promise; export type { DoctorReport, RunDoctorOptions } from './types.js'; //# sourceMappingURL=index.d.ts.map