import { _ModuleSupport } from 'ag-charts-community';
export declare function aggregateBarData(xValues: any[], yValues: any[], domain: number[]): _ModuleSupport.BarSeriesDataAggregationFilter[] | undefined;
