import type { GetSharedWishlist } from '../sharedWishlists/types/index.js'; /** * Method responsible for loading the shared wishlist. * * @param id - Universal identifier of the shared wishlist. * @param config - Custom configurations to send to the client instance (axios). * * @returns Promise that will be resolved when the call to the endpoint finishes. */ declare const getSharedWishlist: GetSharedWishlist; export default getSharedWishlist;