/** * 检测当前环境是否为 iPhone * * @return {Boolean} true|false */ declare const isiPhone: boolean; export default isiPhone;