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