/** * Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal * @author Adam Midlik */ export declare function isMobileBrowser(): boolean; export declare function is_iOS(): boolean;