import type { DoctorReport } from "./types"; import { type OutputStyle } from "../commands/presenter"; export declare function formatDoctorReport(report: DoctorReport, style?: OutputStyle): string; export declare function formatDoctorReportJson(report: DoctorReport): string;