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