import type { IAdvice, EggProtoImplClass, MiddlewareFunc } from '@eggjs/tegg-types';
export declare function Middleware(...middlewares: Array<MiddlewareFunc> | Array<EggProtoImplClass<IAdvice>>): (target: any, propertyKey?: PropertyKey) => void;
