import type { CliContext } from '../cli-context.ts'; export declare function runDoctorCommand(argv: string[], context: CliContext): Promise; export declare function getDoctorCommandHelpText(target?: NodeJS.WriteStream): string; //# sourceMappingURL=doctor.d.ts.map