export type DoctorOptions = { cwd: string; port: number; }; export declare function runDoctor(opts: DoctorOptions): Promise; //# sourceMappingURL=doctor.d.ts.map