import type { CommandModule } from 'yargs'; interface DoctorArgs { url?: string; } export declare const doctorCommand: CommandModule; export {};