import type { ReflectionReport } from './report-schema.js'; export declare function renderHtmlReport(report: ReflectionReport): string;