import type { decode } from 'tiff'; type TiffIfd = ReturnType[number]; /** * Get metadata from an IFD. * @param ifd - The IFD. * @returns The metadata. */ export declare function getMetadata(ifd: TiffIfd): { tiff: { fields: Map; tags: Record; }; exif: Record; }; export {}; //# sourceMappingURL=getMetadata.d.ts.map