import { type RefNode } from '../../helpers/get-resolved-ref.js'; import type { ExampleObject } from '../../schemas/v3.2/strict/example.js'; import { type SchemaObject } from '../../schemas/v3.2/strict/openapi-document.js'; import { type XmlExampleOptions } from './get-xml-example.js'; import type { XmlExampleResult } from './xml-node.js'; /** Resolve media-level XML examples without treating schema string values as serialized payloads. */ export declare const getXmlBodyExample: (schema: SchemaObject | undefined, inputExample: ExampleObject | RefNode | undefined, options?: XmlExampleOptions) => XmlExampleResult; //# sourceMappingURL=get-xml-body-example.d.ts.map