import type { Middleware } from "koa"; export declare function staticRouter(url?: string, dir?: string): { routes(): Middleware; };