import { CheckoutState, SetGetCheckoutErrorAction } from '../use-checkout.types';
declare const setGetCheckoutError: (state: CheckoutState, action: SetGetCheckoutErrorAction) => CheckoutState;
export default setGetCheckoutError;
