import type Hls from 'hls.js'; export declare type HlsConstructor = typeof Hls; export declare type DynamicHlsConstructorImport = () => Promise<{ default: HlsConstructor; } | undefined>; //# sourceMappingURL=types.d.ts.map