import type { Command } from 'commander'; interface DoctorOptions { json?: boolean; offline?: boolean; } export declare function doctorAction(options: DoctorOptions): Promise; export declare function registerDoctorCommand(program: Command): void; export {}; //# sourceMappingURL=doctor.d.ts.map