import { Checkout } from 'commerce-sdk'; import { Order, SfccIntegrationContext } from '../../../types'; export declare const mapOrder: (context: SfccIntegrationContext, order: Checkout.ShopperOrders.Order) => Promise;