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