export interface RunDoctorOpts { tool: string; argv: string[]; } export declare function runDoctor({ argv }: RunDoctorOpts): Promise; //# sourceMappingURL=doctor-cli.d.ts.map