import type { AuditReport } from "./types.js";
/**
 * Render an AuditReport as a SARIF 2.1.0 JSON string.
 *
 * @param report - Completed goat-flow audit report to project into SARIF.
 * @returns Pretty-printed SARIF JSON ready for stdout or `--output`.
 */
export declare function renderAuditSarif(report: AuditReport): string;
//# sourceMappingURL=sarif.d.ts.map