import { Args } from "../.." export interface Pay { alipayPayment(args: Args): void, } export default Pay;