import type { Middleware } from 'koa'; declare const bodyParser: () => Middleware; export default bodyParser;