import { HealthReport } from '../types'; /** * Format a health report as SARIF (Static Analysis Results Interchange Format) * for GitHub code scanning integration. */ export declare function formatSarif(report: HealthReport): string; //# sourceMappingURL=sarif.d.ts.map