export type HlsController = { detach(): void; }; export declare function attachHls(video: HTMLVideoElement, src: string): Promise;