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