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