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