import { Wxpay } from "./Wxpay"; export const requestPayment : RequestPayment = function (options : RequestPaymentOptions) { new Wxpay().requestPayment(options) };