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