export declare const Middleware: (app: any) => (target: any, key?: string | symbol, descriptor?: PropertyDescriptor) => void;
