import { Context } from '@vue-storefront/core'; type WishClearResponse = { data: any; }; export default function wishClear({ client, config }: Context): Promise; export {};