import type { Dispatch } from 'redux'; /** * Reset checkout state and related entities to its initial value. */ declare const resetCheckout: () => (dispatch: Dispatch) => void; export default resetCheckout;