/** * Method check if app is running inside Internet explorer */ export declare function isIE(): boolean; /** * Method check if app is running inside Internet explorer 6 */ export declare function isIE6(): boolean; /** * Method check if app is running inside Internet explorer 11 */ export declare function isIE11(): boolean; /** * Method check if app is running inside Edge */ export declare function isEdge(): boolean; /** * Method check if app is running inside Safary */ export declare function isSafari(): boolean; /** * Method check if app is running inside IOS */ export declare function isIOS(): boolean; /** * Method check if app is running inside Chrome */ export declare function isChromeApp(): boolean; /** * Method check if app is running onMessage Windows */ export declare function isWin(): boolean; /** * Method check if app is running onMessage Mac OS */ export declare function isMac(): boolean; /** * Method check if app is running Chrome OS */ export declare function isChromeOs(): boolean; /** * Method check if device support touch events */ export declare function isTouch(): boolean; /** * Method check if device support mouse events */ export declare function hasMouse(): boolean; //# sourceMappingURL=analytics-utils.d.ts.map