export interface DoctorOptions { agent?: string; } export declare function runDoctor(projectPath: string, options?: DoctorOptions): void;