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