/** * Remove a set from the wishlist. */ declare const _default: (wishlistId: string, wishlistSetId: string, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;