/** * This logs ALL events a video will fire. To see the logs simply open the console in the browser, then execute: * localStorage.debug = 'video'; */ export declare function debugVideoEvents(video: HTMLVideoElement): void;