import { GetPaymentOptionsInterface, PaymentOptionsInterface } from './interface'; declare const getPaymentOptions: ({ payerId, vendorId, currencyId, paymentDueDate, token }: GetPaymentOptionsInterface) => Promise; export default getPaymentOptions;