/** * Doctor command definition. * Validates the full development environment setup by running a series of * categorized health checks with color-coded pass/fail/warning output and * actionable fix suggestions. */ import { Command } from 'commander'; /** * Create the doctor command. */ export declare function doctorCommand(): Command; //# sourceMappingURL=doctor.d.ts.map