/** * Simple mobile detection utility for the engine */ export declare function detectMobile(): boolean; //# sourceMappingURL=deviceDetection.d.ts.map