import type { FormatDetectionParser } from '../../assets/detections/types'; /** * Detects if the browser supports compressed texture formats. * @category assets * @internal */ export declare const detectCompressed: FormatDetectionParser;