/** * sevo doctor — configuration completeness and environment readiness check. */ import type { Command } from 'commander'; export declare function registerDoctor(program: Command): void; //# sourceMappingURL=cmd-doctor.d.ts.map