/** 是否在微信环境内 */ export declare const isWechat: () => boolean; export default isWechat;