declare module "is-ua-webview" { function isWebview(ua: string): boolean; export default isWebview; }