/** * `tools doctor` — surface every buffered bootstrap diagnostic (ADR-0060). */ import type { CliDiagnostic, ToolsDoctorResult } from '@opensip-cli/contracts'; /** Build the tools doctor inventory from the scope-owned bootstrap buffer. */ export declare function toolsDoctor(diagnostics: readonly CliDiagnostic[]): ToolsDoctorResult; //# sourceMappingURL=doctor.d.ts.map