export declare enum xStatisticsAggregationMethod {
    Sum = 0,
    Maximum = 1,
    Minimum = 2,
    Last = 3
}
