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