import { Aggregation } from "../../entity/aggregation";
export interface AggregationByKey {
    [key: string]: Aggregation;
}
//# sourceMappingURL=aggregationByKey.d.ts.map