import type { CliExecutionContext } from "../cli.js"; export declare function runDoctorCommand(args: readonly string[], context: CliExecutionContext): Promise; //# sourceMappingURL=doctor.d.ts.map