import type { Context } from "hono"; declare module "hono" { interface HonoRequest { toon(): Promise; } } export declare function setupRequestParser(c: Context): void;