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