doctor.d.ts 164 Bytes
export = doctor;
/** Iteratively installs upgrades and runs tests to identify breaking upgrades. */
declare function doctor(run: any, options: any): Promise<void>;