/** the disk type of the nasHa */
export declare enum DiskTypeEnum {
    'hdd' = "hdd",
    'nvme' = "nvme",
    'ssd' = "ssd"
}
//# sourceMappingURL=DiskTypeEnum.d.ts.map