/** The Dedicated Cloud ressource types that can be upgraded */
export declare enum UpgradeRessourceTypeEnum {
    'account' = "account",
    'all' = "all",
    'filer' = "filer",
    'host' = "host"
}
//# sourceMappingURL=UpgradeRessourceTypeEnum.d.ts.map