declare type IUserAgentManager = { userAgent: string; isDeprecated: boolean; isIE: boolean; }; export default IUserAgentManager;