import 'reflect-metadata';
import { Verbs } from '../rest';
export declare function MethodPipe(verb: Verbs, route: string, middlewares?: any[]): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<any>) => TypedPropertyDescriptor<any>;