import type { RuleSet, ScanResult } from "@hookwarden/engine"; import type { StaleSuppression } from "../suppress/stale.js"; export interface RenderJsonInputs { readonly scanResult: ScanResult; readonly ruleSet: RuleSet | null; readonly stale: ReadonlyArray; } export declare function renderJson(inputs: RenderJsonInputs): string; //# sourceMappingURL=json.d.ts.map