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