import type { HistoryDataPoint, TestResult } from "@allurereport/core-api";
import type { SeverityTrendChartData, TrendChartOptions } from "../model.js";
export declare const getSeverityTrendData: (testResults: TestResult[], reportName: string, historyPoints: HistoryDataPoint[], chartOptions: TrendChartOptions) => SeverityTrendChartData;
