/** * [INPUT]: FullInsightsReport, locale * [OUTPUT]: Standalone HTML report with Remix Icon and charts * [POS]: Pure renderer for full insights report */ import type { FullInsightsReport } from "./types.js"; export declare function renderFullInsightsHtml(report: FullInsightsReport, locale: string): string;