export declare enum AggregatorStrategy { SUM = "sum", FIRST = "first", MIN = "min", MAX = "max", AVERAGE = "average", OMIT = "omit" }