import { OnDestroy } from '@angular/core'; import { PlayableFactoryService } from '../../ui/video-panel/playable-factory.service'; import { Store } from '@ngxs/store'; export declare class AnalyticsService implements OnDestroy { private store; private playableFactory; private timer; private gaq; private playable; private subscription; constructor(store: Store, playableFactory: PlayableFactoryService); attach(): void; ngOnDestroy(): void; private push; private reportView; private reportStalled; private bindEvents; }