import { ArgumentsHost, ExceptionFilter, HttpException } from "@nestjs/common"; export declare class HttpExceptionHandler implements ExceptionFilter { catch(exception: HttpException, host: ArgumentsHost): void; }