export declare enum DeviceTypeEnum { TouchScreen = "touchscreen", ControlSystem = "controlsystem", Web = "web", Mobile = "mobile" }