import type { HistoryAnalysis } from "./analyze.js"; import { type HistoryReportView } from "./report-view.js"; /** Standalone HTML skill-retro report. Default view is simple. No USD (credits). */ export declare function formatHistoryHtml(report: HistoryAnalysis, view?: HistoryReportView): string;