import { ArgumentsHost } from '@nestjs/common'; export declare abstract class BaseExceptionFilter { protected isMicroservice: boolean; protected getLanguage(host: ArgumentsHost): string; protected responseError(host: ArgumentsHost, code: number, message: string, errors?: string | object): void; }