import { ChartData, ChartType } from "./chartData"; export declare function validateChartData(chartType: ChartType, chartData: ChartData): void;