import PaymentTransactionRefundResponse from './PaymentTransactionRefundResponse'; declare type RefundWalletTransactionListResponse = { items: PaymentTransactionRefundResponse[]; }; export default RefundWalletTransactionListResponse;