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