import { OpenapiOptions } from "../../types";
export declare const Openapi: (path?: string, options?: OpenapiOptions) => ClassDecorator;
