export type EnsureVideoPlayingOptions = { timeoutMs?: number; }; export declare function ensureVideoPlaying(video: HTMLVideoElement, options?: EnsureVideoPlayingOptions): Promise; //# sourceMappingURL=videoPlayback.d.ts.map