import type { DoctorOptions, DoctorReport } from './doctor/types.js';
export declare function createDoctorReport(options?: DoctorOptions): DoctorReport;
export declare function hasDoctorFailure(report: DoctorReport, strict?: boolean): boolean;
export declare function formatDoctorReport(report: DoctorReport): string;
