import type { ScanResult } from "../types.js"; export declare function generateHtmlReport(result: ScanResult): string; //# sourceMappingURL=html.d.ts.map