export interface RunDoctorOptions { /** Override the Claude Code config path for testing. Falls back to getClaudeConfigPath() (which resolves CLAUDE_CONFIG_DIR). */ claudeConfigPath?: string; } export declare function runDoctor(options?: RunDoctorOptions): Promise; //# sourceMappingURL=doctor.d.ts.map