import { HttpMethod } from "http-status-ts"; export declare class RouteContext { target: Object; propertyKey: string; className: string; httpMethod: HttpMethod; path?: string; }