import { Checkout } from 'commerce-sdk'; import { Cart, SfccIntegrationContext } from '../../../types'; export declare const mapCart: (context: SfccIntegrationContext, cart: Checkout.ShopperBaskets.Basket) => Promise;