/**
* HTML Report Generator - Creates interactive static HTML reports.
*/
import type { InterviewResult } from '../interview/types.js';
/**
* Generate a complete HTML report from interview results.
*/
export declare function generateHtmlReport(result: InterviewResult): string;
//# sourceMappingURL=html-reporter.d.ts.map