/** Serie Name */
export declare enum DeviceStatisticsTypeEnum {
    'load' = "load",
    'memory_free' = "memory_free",
    'traffic' = "traffic"
}
//# sourceMappingURL=DeviceStatisticsTypeEnum.d.ts.map