import { MiddlewareHandler } from 'hono'; import { M as MiddlewareOptions } from '../types-BkAB9qwz.js'; declare const isTTY: boolean; declare function readBodyWithLimit(stream: ReadableStream | null, maxBodySize: number): Promise<{ body: string; truncated: boolean; }>; declare function httpDebugger(options?: MiddlewareOptions): MiddlewareHandler; export { httpDebugger as default, httpDebugger, isTTY, readBodyWithLimit };