/** * Whether the app is running on a mobile platform, per the `window.we.mobile` * runtime flag or device detection. Returns false outside a browser. * @returns {boolean} True when running on a mobile platform. */ export declare const isMobilePlatform: () => boolean; //# sourceMappingURL=isMobilePlatform.d.ts.map