import { type Middleware } from 'koa';
export declare function createStaticHandler(name: string): Middleware;
