export declare enum DAY_MODE {
    REGULAR = "regular",
    SHORTENED = "shortened",
    FLEXIBLE = "flexible"
}
