/** * Detects if the current environment is a mobile device or running inside a * webview, using userAgent heuristics common on iOS/Android and webviews. * Guards against non-browser environments (SSR/tests without navigator). * @returns {boolean} True if likely mobile or webview. */ export declare const isMobileOrWebview: () => boolean; //# sourceMappingURL=isMobileOrWebview.d.ts.map