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