export declare enum BillingCycleDuration {
    WEEKLY = 0,
    MONTHLY = 1,
    QUARTERLY = 2,
    HALF_YEARLY = 3,
    YEARLY = 4
}
