import { TSwagger } from "../types";
export declare const Swagger: (data: TSwagger) => (target: any, propertyKey: any) => void;
