import { BasketShippingMethods, SfccIntegrationContext } from '../../../types'; export default function getApplicableShippingMethods(context: SfccIntegrationContext, cartId: string): Promise;