import type { ImageMetadata } from "../types.ts"; export declare function parseXmp(xmp: string): ImageMetadata;