export type AggregateFunction = (value: any[]) => number;
