export declare enum KalturaVendorCreditRecurrenceFrequency {
    daily = "day",
    monthly = "month",
    weekly = "week",
    yearly = "year"
}
