import { Cart, OrderAddress, SfccIntegrationContext } from '../../../types'; export default function saveBillingAddress(context: SfccIntegrationContext, cartId: string, billingAddress: OrderAddress): Promise;