import { type ProtectionModule } from '../core/module'; /** * Media-codec coherence. `HTMLMediaElement.canPlayType` and * `MediaSource.isTypeSupported` reveal the engine: Safari has no WebM/Ogg but * has HEVC; Chromium has WebM/VP9 but not HEVC by default. When emulating a * non-Chromium browser on a Chromium engine, the native answers contradict the * claimed UA — so we adjust them. For chrome/edge identities the native engine * answers are already correct and we no-op. */ export declare const mediaCodecsModule: ProtectionModule; //# sourceMappingURL=codecs.d.ts.map