import type { Context } from "hono";
export declare function wrapRequestBodyParsing(req: Context["req"]): void;
