import { type SchemaObject } from '../../schemas/v3.2/strict/openapi-document.js'; /** * Serialize structured XML part data through the shared schema-aware writer. * A part must contain a complete XML document, so mapping errors reject serialization. * Already serialized strings bypass this boundary in request builders. */ export declare const serializeXmlPart: (value: Record, schema?: SchemaObject) => string; //# sourceMappingURL=serialize-xml-part.d.ts.map