import { GqlType } from '../helpers/classes'; export declare enum AggregationEnum { avg = "avg", sum = "sum", count = "count", max = "max", min = "min" } export declare const AggregationValueArray: string[]; export declare const EntityGroupAggType: Map; export declare const generateGroupAggType: (entity: GqlType) => any;