export declare enum TenantedDeploymentMode { Untenanted = "Untenanted", TenantedOrUntenanted = "TenantedOrUntenanted", Tenanted = "Tenanted" }