import type { ReportManifest } from "../types/report.js"; /** * Generate a self-contained HTML report page from a report manifest. * Reads the pre-built Astro template and injects the report data as JSON. */ export declare function generateReportHtml(report: ReportManifest): string; //# sourceMappingURL=html.d.ts.map