import HttpMethod from '../../enums/HttpMethod'; declare function Method(method: HttpMethod): (target: any, key?: string, descriptor?: TypedPropertyDescriptor) => any; export default Method;