import "reflect-metadata";
import { PathProperties } from "../../interface/open-api/response-body";
export declare function OpenApiPath(route: string, properties: PathProperties): (target: any, propertyKey: string) => void;
