import 'reflect-metadata'; import { SwaggerOptions, SwaggerOperation } from './swagger.types'; export declare function Swagger(options: SwaggerOptions): ClassDecorator; export declare function ApiOperation(operation: SwaggerOperation): MethodDecorator; export declare function getSwaggerMetadata(target: object): SwaggerOptions | undefined; export declare function getOperationMetadata(target: object, propertyKey: string | symbol): SwaggerOperation | undefined; //# sourceMappingURL=swagger.decorator.d.ts.map