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