import { RouteHandler } from "itty-router"; export declare const Middleware: (...middlewares: RouteHandler[]) => MethodDecorator;