declare global { interface Window { ManagedMediaSource: typeof MediaSource; } } export declare function isMseSupported(): boolean; export declare function isEmeSupported(): boolean; export declare function isMmsSupported(): boolean; export declare function isMseInWorkersSupported(): boolean; export declare function isMmsInWorkersSupported(): boolean;