declare const DEVICE_TYPE: { readonly DESKTOP: "desktop"; readonly MOBILE: "mobile"; readonly TABLET: "tablet"; }; export default DEVICE_TYPE; //# sourceMappingURL=deviceType.d.ts.map