import { PaymentTransactionOutput } from '../client/payment-transaction'; import { ConfigOptions } from '../client/configOptions'; import { RefundTransactionInput } from '../client/refund-transaction'; export declare const refundPayment: (opt: ConfigOptions) => (refundTransactionInput: RefundTransactionInput) => Promise; //# sourceMappingURL=refund-payment.d.ts.map