import { ApiSubClient } from '../../common/client/ApiSubClient'; import { ShareLinksClient } from './ShareLinksClient'; export declare class ApiShareLinksClient extends ApiSubClient implements ShareLinksClient { trackCollectionShareLink(collectionId: string): Promise; trackVideoShareLink(videoId: string): Promise; }