import { ArgumentsHost, WsExceptionFilter } from '@nestjs/common'; /** * @publicApi */ export declare class BaseWsExceptionFilter implements WsExceptionFilter { private static readonly logger; catch(exception: TError, host: ArgumentsHost): void; handleError(client: TClient, exception: TError): void; handleUnknownError(exception: TError, client: TClient): void; isExceptionObject(err: any): err is Error; }