import type { SecurityRule } from "../data/rules/types.js"; export declare function exportSarif(path: string, rules?: SecurityRule[]): string;