import 'reflect-metadata'; export declare function MethodPipe(verb?: string, route?: string, middlewares?: Function[]): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor) => any;