import type { Context } from 'hono'; /** * Get the body of a request, no matter if it's JSON or text */ export declare function getBody(c: Context): Promise; //# sourceMappingURL=get-body.d.ts.map