import type { ScanReport } from "../types.js"; export declare function renderJson(report: ScanReport): string;