/** * 判断是否是支付宝环境 * @returns {boolean} */ export declare const isAlipay: () => boolean;