import { XmpMetadataProperty } from "./xmpMetadataProperty"; export declare class XmpMetadata { 'properties': Array; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }