/** * @packageDocumentation SubtitleBase.package * * Exports `SubtitleCueMapAtom` which is used for storing subtitle cues as we are loading and parsing them. * It additionally exports `CreateSubtitleCueAtom` factory, and handles clearing `StreamTimeline` and `SubtitleCueMapAtom`. * * ### `SubtitleBase` Package Dependency Graph * */ import type { EmptyObject } from '../../../../framework-types/BaseTypes'; import type { SubtitleBaseDependencies, SubtitleBaseExports } from './Types'; export declare const SubtitleBasePackage: import("../../../../framework-types/package-api/Package").Package; export default SubtitleBasePackage; export declare const version: string;