interface DoctorOptions { type?: string; prerequisites?: boolean; verbose?: boolean; quiet?: boolean; } export declare function doctor(options: DoctorOptions): Promise; export {}; //# sourceMappingURL=doctor.d.ts.map