import type { RouteController } from "./router";
declare const bodyParser: RouteController;
export default bodyParser;
export { bodyParser };
