import { Room } from "white-web-sdk"; import { PropsWithDisplayer } from "./components/VideoJsPlugin"; import { VideoJsPluginAttributes } from "./types"; export declare function checkWhiteWebSdkVersion(room: Room): void; export declare function nextFrame(): Promise; export declare function getCurrentTime(attributes: VideoJsPluginAttributes, props: PropsWithDisplayer): number; export declare function getTimestamp(props: PropsWithDisplayer): number | undefined; export declare const isSafari: boolean;