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