interface DoctorOptions { json?: boolean; fix?: boolean; } /** * Run comprehensive diagnostics on Claude Code installation */ export declare function doctorCheck(options: DoctorOptions): Promise; export {}; //# sourceMappingURL=doctor.d.ts.map