import { PaymentsClient } from "../model/payments";
declare const paymentsClient: PaymentsClient;
export = paymentsClient;
