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