import type { DoctorReport } from './types.js'; export declare function formatReport(report: DoctorReport): string; export declare function formatJsonReport(report: DoctorReport): string; //# sourceMappingURL=format.d.ts.map