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