import { VideoContainer } from "../Video-container.component"; import type Hls from "hls.js"; import type { AudiosController } from "./types"; export declare const hlsController: (host: VideoContainer, hls: Hls, activeAudioTrackId?: string) => AudiosController;