import { VideoSource, VideoSourceProps } from "./VideoSource"; export declare class StaticFileVideoSource implements VideoSource { private srcURL; private videoTag; private videoSourceProps; private getDocumentTime; private delayedStartTimer; private delayedPauseTimer; private shouldBePaused; private pauseListener; constructor(srcURL: URL, videoTag: HTMLVideoElement, videoSourceProps: VideoSourceProps, getDocumentTime: () => number | null); getContentAddress(): string; dispose(): void; syncVideoSource(props: VideoSourceProps): void; } //# sourceMappingURL=StaticFileVideoSource.d.ts.map