/** The system usage of the SAP system. */
export declare enum SystemUsageEnum {
    'custom' = "custom",
    'development' = "development",
    'production' = "production",
    'test' = "test"
}
//# sourceMappingURL=SystemUsageEnum.d.ts.map