/**
 * 判断是否是微信小程序web-view环境
 * https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html
 */
declare function isWeChatMiniProgram(): boolean;

export { isWeChatMiniProgram };
