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