import type { RunReport } from "./runner.js"; /** Self-contained report page: renders offline, from file://, no requests. */ export declare function renderHtmlReport(run: RunReport): string;