export { ApiProperty, ApiPropertyOptional, ApiPropertyOptions, ApiResponseProperty, ApiQuery, ApiParam, ApiBody, ApiHeader, ApiOperation, ApiTags, ApiHideProperty, ApiOkResponse, ApiNotFoundResponse, ApiForbiddenResponse, ApiBadRequestResponse, ApiBearerAuth, ApiConsumes, ApiHeaders, ApiDefaultResponse, ApiExtraModels, ApiExcludeEndpoint, ApiExcludeController, ApiSecurity, IntersectionType, PickType, OmitType, PartialType, } from '@nestjs/swagger'; export * from './swagger.config'; export * from './swagger.decorator'; export * from './swagger.interface'; //# sourceMappingURL=index.d.ts.map