/** Available types for the Disk monitoring and use */
export declare enum StatisticTypeEnum {
    'max' = "max",
    'used' = "used"
}
//# sourceMappingURL=StatisticTypeEnum.d.ts.map