import { HttpMethod, Middleware } from '../../index.ts';
export declare function routeMiddleware(method: HttpMethod, middleware: Middleware): Middleware;
