import { ExceptionFilter, ArgumentsHost, HttpException } from '@nestjs/common'; export declare class AuthExceptionFilter implements ExceptionFilter { private readonly logger; catch(exception: HttpException, host: ArgumentsHost): void; } //# sourceMappingURL=auth-exception.filter.d.ts.map