import { GridAggregationFunction } from './gridAggregationInterfaces'; export declare const GRID_AGGREGATION_FUNCTIONS: { sum: GridAggregationFunction; avg: GridAggregationFunction; min: GridAggregationFunction; max: GridAggregationFunction; size: GridAggregationFunction; };