export declare enum EnumIntervalUnit {
    Second = "SECOND",
    Day = "DAY",
    Week = "WEEK",
    Month = "MONTH",
    Year = "YEAR"
}
