export declare const paymentServices: any; export declare const paymentTypes: any[]; export declare const tripartitePaymentKeys: string[]; export declare const paymentKeys: string[]; /** * @title: 判断是否是三方支付 * @description: * @return: * * @Author: shengjie.zuo * @Date: 2024-08-30 10:16:26 */ export declare const isTripartitePayment: (service: string) => boolean; export declare const saleChannelMap: Record;