import { Middleware } from "../types/http.js"; /** * Combined body parser middleware that handles both JSON and URL-encoded data * based on the Content-Type header. */ export declare const bodyParserMiddleware: Middleware; //# sourceMappingURL=bodyParser.d.ts.map