import type { ScanResult } from "../types.js"; export declare function generateHtmlReport(result: ScanResult, outputDir: string): Promise;