import { APIContext, MiddlewareNext } from 'astro'; import { M as MiddlewareOptions } from '../types-BkAB9qwz.cjs'; declare function httpDebugger(options?: MiddlewareOptions): (context: APIContext, next: MiddlewareNext) => Promise; export { httpDebugger as default, httpDebugger };