interface DoctorOptions { json?: boolean; apiUrl?: string; } export declare function doctorCommand(options?: DoctorOptions): Promise; export {}; //# sourceMappingURL=doctor.d.ts.map