import { HealthReport } from '../types'; /** * Format a health report as JSON. */ export declare function formatJson(report: HealthReport): string; //# sourceMappingURL=json.d.ts.map