import { ScanReport } from '../types'; export declare function formatSarif(report: ScanReport): string; //# sourceMappingURL=sarif-formatter.d.ts.map