export declare enum DeviceType { UNKNOWN = 0, PHONE = 1, TABLET = 2, DESKTOP = 3, TV = 4 } //# sourceMappingURL=Device.types.d.ts.map