/** Config status of the cluster */
export declare enum ClusterDrsModeEnum {
    'fullyAutomated' = "fullyAutomated",
    'manual' = "manual",
    'partiallyAutomated' = "partiallyAutomated"
}
//# sourceMappingURL=ClusterDrsModeEnum.d.ts.map