import { Command } from 'commander'; import { type GlobalFlags } from '../output.js'; type GF = () => GlobalFlags; export declare function buildDoctorCmd(g: GF): Command; export declare function buildTestCmd(g: GF): Command; export declare function buildVersionCmd(g: GF, cliVersion: string): Command; export {}; //# sourceMappingURL=doctor.d.ts.map