import type { SessionRecord } from "./sessions.js"; export interface HtmlReportOptions { footer?: string; } export declare function renderHtmlReport(record: SessionRecord, opts?: HtmlReportOptions): string; export declare function renderTrustBadge(record: SessionRecord): string; //# sourceMappingURL=html-export.d.ts.map