export declare class DeviceUtil { static parseUserAgent(userAgent: string): { browser: string; version: string; os: string; device: string; isMobile: boolean; isTablet: boolean; isDesktop: boolean; }; private static detectBrowser; private static detectBrowserVersion; private static detectOS; private static detectDevice; private static isMobile; private static isTablet; private static isDesktop; static getDeviceName(userAgent: string): string; } //# sourceMappingURL=device.util.d.ts.map