import type { DoctorReport } from './types.js'; export declare function formatReportAsJson(report: DoctorReport): string;