/** * 判断是否是IOS * @returns {boolean} * MSStream是IE11中的一个对象 */ export declare const isIOS: () => boolean;