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