import type { AggregationType } from '../types/interfaces';
export declare function calculateAggregates<T>(items: T[], field: keyof T, type: AggregationType): number;
//# sourceMappingURL=aggregator.d.ts.map