import { UnauthorizedException as NestJsUnauthorizedException } from '@nestjs/common'; export declare class UnauthorizedException extends NestJsUnauthorizedException { silent: boolean; constructor(objectOrError?: string | object | any, description?: string, silent?: boolean); }