import type { FormatDetectionParser } from '../types'; /** * Detects if the browser supports the MP4 video format. * @category assets * @internal */ export declare const detectMp4: FormatDetectionParser;