import type { Problem } from '../../types/index.js'; /** * Build SARIF format object from problems */ export declare function buildSarif(problems: Problem[]): any; /** * Output problems in SARIF format to file or stdout */ export declare function outputSarifFormat(problems: Problem[], outputPath?: string): Promise; //# sourceMappingURL=sarif.d.ts.map