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