/** This enumeration specifies the type of deployment for the SAP system. */export declare enum DeploymentTypeEnum {
'Distributed' = "Distributed",
'High-Availability' = "High-Availability",
'Standard' = "Standard"
}
//# sourceMappingURL=DeploymentTypeEnum.d.ts.map