export declare enum BillingCycle {
    Monthly = 0,
    Quarterly = 1,
    Yearly = 2
}
//# sourceMappingURL=BillingCycle.d.ts.map