import type { Context } from 'hono'; /** * Transform an object into an HTML response with automatic XSS protection. * User-controlled values are escaped by Hono's html tagged template. */ export declare function createHtmlResponse(c: Context, data: Record): Response | Promise; //# sourceMappingURL=create-html-response.d.ts.map