export declare enum CalendarType {
    DAILY = "day",
    WEEKLY = "week"
}
