export declare function setInteractionStatistic(watchCount?: number): {
    '@type': string;
    interactionType: string;
    userInteractionCount: number;
} | undefined;
