/** * Returns true when running on an iOS touch device (iPhone / iPad / iPod). * * Detection order: (1) the Staffbase runtime platform flag (authoritative * inside the shell), (2) legacy iOS user-agent (webviews and older Safari), * (3) iPadOS 13+ which reports a macOS user-agent but exposes multi-touch. * @returns {boolean} Whether the current device is iOS with touch. */ export declare const isIOSTouchDevice: () => boolean; //# sourceMappingURL=isIOSTouchDevice.d.ts.map