import { Eagerness } from './eagerness';
import { ExtractorFunction } from './extractors';
/**
 * Metadata extractors organized by image format and eagerness level
 */
export declare const METADATA_EXTRACTORS: Record<string, Record<Eagerness, ExtractorFunction[]>>;
export { Eagerness } from './eagerness';
export { ExtractorFunction } from './extractors';
//# sourceMappingURL=index.d.ts.map