export type AgAggregationFunction = 'sum' | 'avg' | 'min' | 'max' | 'count' | 'countd' | 'first' | 'last';