/** 是否在android环境 */ export declare const isAndroid: boolean; /** 是否在ios环境 */ export declare const isiOS: boolean; /** 是否为ios下的全面屏 */ export declare const isiOSFullScreen: boolean | 0 | undefined; /** 是否在微信内置浏览器环境 */ export declare const isMicroMessenger: boolean; /** ios软键盘弹出, 页面整体上移问题,hack解决方式 */ export declare const softKeyboardBugHack: () => void; /** 判断是否是ios下的全面屏 */