import { Cart, SfccIntegrationContext, ShippingMethod } from '../../../types'; export default function saveShippingMethod(context: SfccIntegrationContext, cartId: string, shippingMethod: ShippingMethod, shipmentId?: string): Promise;