import '../parsers/index.js'; import type { OutputFormat } from '../types.js'; export declare function doctorCommand(opts?: { json?: boolean; output?: OutputFormat; timing?: boolean; }): Promise; //# sourceMappingURL=doctor.d.ts.map