/** partition raid type */
export declare enum PartitionRaidEnum {
    'Key_0' = "0",
    'Key_1' = "1",
    'Key_10' = "10",
    'Key_5' = "5",
    'Key_6' = "6",
    'Key_7' = "7"
}
//# sourceMappingURL=PartitionRaidEnum.d.ts.map