/// /// import { ActionCall } from 'contexts/annotations'; export declare const actionsMock: ActionCall[]; export declare const playerMock: { el: () => HTMLElement; isDisposed: jest.Mock; controlBar: { el: () => HTMLElement | null; }; currentHeight: () => number; currentWidth: () => number; currentTime: jest.Mock; on: jest.Mock; off: jest.Mock; qualityLevels: () => { on: typeof jest.fn; }; liveTracker: { on: jest.Mock; }; };