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