import type { InsightAggregates, Recommendation, InsightsOptions } from './types.js'; export declare function htmlEscape(s: string): string; export declare function generateHtml(aggregates: InsightAggregates, recommendations: Recommendation[], _options: InsightsOptions): string;