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