export declare enum GroupingPeriods {
    DAY = "day",
    WEEK = "week",
    FORTNIGHT = "fortnight",
    MONTH = "month",
    YEAR = "year"
}
