declare const useUrlToShare: () => (groupId: string, marketplaceListingUrl: string) => string; export default useUrlToShare;