/** * 聚合支付-支付接口 */ export declare const AGPTPayApi: (data: any, config: any) => Promise; /** * 聚合支付-支付-查询接口 */ export declare const AGPTQueryApi: (param: any, config: any) => Promise; /** * 聚合支付-支付-支付行为接口 */ export declare const AGPTActionApi: (param: any, config: any) => Promise; /** * 聚合支付-退款接口 */ export declare const AGPTRefundApi: (data: any, config: any) => Promise; /** * 聚合支付-退款-查询接口 */ export declare const AGPTRefundQueryApi: (param: any, config: any) => Promise; /** * 聚合支付-退款-支付行为接口 */ export declare const AGPTRefundActionApi: (param: any, config: any) => Promise;