import { FastifyReply as Response } from 'fastify'; import { ArgumentsHost, ExceptionFilter, UnprocessableEntityException } from '@nestjs/common'; export declare class UnprocessableEntityExceptionFilter implements ExceptionFilter { catch(exception: UnprocessableEntityException, host: ArgumentsHost): Response, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown>; }