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