import VideoJSHelper from "../players/videojs.js"; import type { MinimalVideoData } from "../types/client.js"; export default class DataCampHelper extends VideoJSHelper { SUBTITLE_SOURCE: string; getVideoUrlFromInput(input: Element): string | null; getVideoUrlFromDocument(doc?: Document | Element): string | null; getVideoData(videoId: string): Promise; getVideoId(url: URL): Promise; } //# sourceMappingURL=datacamp.d.ts.map