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