import { ShareLinksClient } from './ShareLinksClient'; export declare class FakeShareLinksClient implements ShareLinksClient { trackCollectionShareLink(_collectionId: string): Promise; trackVideoShareLink(_videoId: string): Promise; }