import { MagentoCartSetSelectedShippingMethodQueryVariables } from '@daffodil/cart/driver/magento'
interface MagentoCartSetSelectedShippingMethodQueryVariables { cartId: string method: MagentoShippingMethodInput }