declare const _default: { oneTimePayment: ({ userData, transactionData, creditCardData }: import("./interface").OneTimePaymentInterface) => Promise<{ success: boolean; approvalResponse: any | string | null; }>; creditcardLimit: ({ region, payerId, vendorId }: { region: string; payerId: number; vendorId: number; }) => Promise; getGuestClient: ({ region }: { region: string; }) => Promise; }; export default _default;