declare enum DeviceCategory { desktop = "desktop" } export default DeviceCategory; export declare type IDeviceCategory = keyof typeof DeviceCategory;