import { type PerformanceReport } from './output.js';
/**
 * Generates a self-contained HTML report — dark, monospace-forward dev-tool
 * aesthetic. No external assets, no framework; one small script for filtering.
 */
export declare function generateHtmlReport(data: PerformanceReport): string;
//# sourceMappingURL=htmlReport.d.ts.map