/** The billing type of this Dedicated Cloud ressource */
export declare enum BillingTypeEnum {
    'freeSpare' = "freeSpare",
    'hourly' = "hourly",
    'monthly' = "monthly",
    'undefined' = "undefined"
}
//# sourceMappingURL=BillingTypeEnum.d.ts.map