export declare type RefundTransactionInput = { referenceTransactionId: string; transactionType: string; vendorTxCode: string; description: string; amount: number; }; //# sourceMappingURL=refund-transaction.d.ts.map