import type { Dispatch } from 'redux'; /** * Reset checkout order context state. */ declare const resetCheckoutOrderContextState: () => (dispatch: Dispatch) => void; export default resetCheckoutOrderContextState;