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