import { IPayment, IPaymentsList } from '../../../../types/payments.types'; export declare const mockPaymentData: IPayment; export declare const mockFailedPayment: IPayment; export declare const mockRefundedPayment: IPayment; export declare const mockPartiallyRefundedPayment: IPayment; export declare const mockPaymentsResponse: IPaymentsList; export declare const mockEmptyPaymentsResponse: IPaymentsList; export declare const mockLargePaymentsResponse: IPaymentsList;