export declare enum CalendarType {
    WEEKLY,
    FORTNIGHTLY,
    FOURWEEKLY,
    MONTHLY,
    TWICEMONTHLY,
    QUARTERLY
}
