import { IMiddlewareFunc } from '../interfaces'; import { Middleware } from '../http'; export declare const Apply: (...middleware: Array) => MethodDecorator; export declare const ApplyAll: (...middleware: Array) => ClassDecorator;