import { GainMapMetadata } from '../../core/types';
export declare const extractXMP: (input: Uint8Array) => GainMapMetadata | undefined;
