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