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