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