declare const tagsById: Record<number, string>;
declare const tagsByName: Record<string, number>;
export { tagsById, tagsByName };
//# sourceMappingURL=exif.d.ts.map