import type { PipelineTriggerChartRecord } from "instill-sdk"; export declare function generateChartData(apiResponse: PipelineTriggerChartRecord[], range: string): { xAxis: string[]; yAxis: number[][]; }; //# sourceMappingURL=generateChartData.d.ts.map