import { DecoratorMethod, MiddlewareFunction } from '../../types'; /** * Applying middleware * */ export declare function Middleware(middleware: MiddlewareFunction): DecoratorMethod;