/** * 是否是支付宝内核 * * @returns {boolean} 是否是支付宝内核 * @example * * inAlipay(); * // => false */ export declare function inAlipay(): boolean | undefined;