export type VideoHandlerOpts = { video: HTMLVideoElement; debug: boolean; }; export type FetchFunction = (input: string | URL | Request, init?: any) => Promise; export type FetchOpts = Record; export type ChaimuOpts = { url?: string; video: HTMLVideoElement; debug?: boolean; fetchFn?: FetchFunction; fetchOpts?: FetchOpts; preferAudio?: boolean; }; //# sourceMappingURL=controller.d.ts.map