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