import type { FormatDetectionParser } from '../types'; /** * Adds some default image formats to the detection parser * @memberof assets */ export declare const detectDefaults: FormatDetectionParser;