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