export declare enum AggregationServerState {
    Minute = "minute",
    Hour = "hour",
    Day = "day",
    Month = "month",
    Year = "year"
}
