import type { Context } from 'hono'; /** * Transform an object into a JSON response */ export declare function createJsonResponse(c: Context, data: Record): Response & import("hono").TypedResponse<{ [x: string]: any; }, import("hono/utils/http-status").ContentfulStatusCode, "json">; //# sourceMappingURL=create-json-response.d.ts.map