export declare enum DeviceStatusEnum { RENTABLE = "RENTABLE", MAINTENANCE = "MAINTENANCE", BROKEN = "BROKEN", LOST = "LOST" }