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