/** * 判断是否是微信环境 * @returns {boolean} */ export declare const isWX: () => boolean;