/**
 * Determine whether the current IOS environment. 判断当前是否是 IOS 环境.
 *
 * @return {boolean} Result. 结果.
 */
declare const isIOS: () => boolean;
export default isIOS;
