import type { GridAggregationFunction } from "./gridAggregationInterfaces.js"; export declare const GRID_AGGREGATION_FUNCTIONS: { sum: GridAggregationFunction; avg: GridAggregationFunction; min: GridAggregationFunction; max: GridAggregationFunction; size: GridAggregationFunction; sizeTrue: GridAggregationFunction; sizeFalse: GridAggregationFunction; };