import type { AudioFile } from "../taglib/audio-file-interface.js"; import type { ExtendedTag, PropertyMap, TagInput } from "../types.js"; export declare function mapPropertiesToExtendedTag(props: PropertyMap): ExtendedTag; export declare function mergeTagUpdates(file: AudioFile, tags: Partial): void; export declare function normalizeTagInput(input: Partial): PropertyMap; //# sourceMappingURL=tag-mapping.d.ts.map