import { ICustomerPaymentMethod, ICustomerPaymentMethodsList } from '../../../../types/customer.types'; export declare const mockPaymentMethod: ICustomerPaymentMethod; export declare const mockMasterCardPaymentMethod: ICustomerPaymentMethod; export declare const mockAmexPaymentMethod: ICustomerPaymentMethod; export declare const mockPaymentMethodsResponse: ICustomerPaymentMethodsList; export declare const mockEmptyPaymentMethodsResponse: ICustomerPaymentMethodsList; export declare const mockSinglePaymentMethodResponse: ICustomerPaymentMethodsList;