import type { VideoDataSubtitle } from "@vot.js/core/types/client"; import type { MinimalVideoData } from "../types/client.js"; import type { BasePlayer } from "./base.js"; declare global { const KalturaPlayer: any; } export default class KalturaPlayerHelper implements BasePlayer { SUBTITLE_SOURCE: string; SUBTITLE_FORMAT: VideoDataSubtitle["format"]; getPlayer(): any; getVideoData(): MinimalVideoData | undefined; getSubtitles(): VideoDataSubtitle[]; } //# sourceMappingURL=kaltura.d.ts.map