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