import type { TraceLintResult } from './types.js'; export declare function generateSarifOutput(result: TraceLintResult, detailMode: string): string; //# sourceMappingURL=sarif.d.ts.map