import { UnauthorizedException } from './unauthorized.exception'; export declare class SilentUnauthorizedException extends UnauthorizedException { constructor(objectOrError?: string | object | any, description?: string, silent?: boolean); }