export interface ShareLinksClient { trackCollectionShareLink(collectionId: string): Promise; trackVideoShareLink(videoId: string): Promise; }