/** * Utility commands — doctor, check, update, exec */ import { Command } from 'commander'; export declare function registerDoctorCommand(program: Command): void; export declare function registerCheckCommand(program: Command): void; export declare function registerUpdateCommand(program: Command): void; export declare function registerExecCommand(program: Command): void; //# sourceMappingURL=utils-commands.d.ts.map