import { SfccIntegrationContext, Wishlist } from '../../../types'; export default function removeFromWishlist(context: SfccIntegrationContext, listId: string, itemId: string): Promise;