/** * Doctor command: run health checks on the Aegis installation. */ import type { Command } from 'commander'; export declare function register(program: Command): void; //# sourceMappingURL=doctor.d.ts.map