/** * Detect whether the current browser can play webm files */ export declare const canPlayWebm: () => boolean;