import type Hls from 'hls.js'; import type { ErrorData, Events as HlsEvent, HlsConfig, LevelLoadedData } from 'hls.js'; import { type PropertyValues } from 'lit'; import { CanPlay, MediaType } from '../../media'; import { VideoElement } from '../video'; import type { DynamicHlsConstructorImport, HlsConstructor } from './types'; export declare const HLS_EXTENSIONS: RegExp; export declare const HLS_TYPES: Set; /** * Embeds video content into documents via the native `