import type { Context } from 'hono'; /** * Transform an object into an XML response */ export declare function createXmlResponse(c: Context, data: Record): Response & import("hono").TypedResponse; //# sourceMappingURL=create-xml-response.d.ts.map