import type { Dispatch } from 'redux'; /** * Method responsible for resetting the payment methods state. */ declare const resetPaymentMethods: () => (dispatch: Dispatch) => void; export default resetPaymentMethods;