import * as _wxpay from './wxpay'; import * as _alipay from './alipay'; import * as _paypal from './paypal'; export declare const wxpay: typeof _wxpay; export declare const alipay: typeof _alipay; export declare const paypal: typeof _paypal;