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