import { HttpException } from './http.exception'; /** * Exception for HTTP 401 Unauthorized errors */ export declare class UnauthorizedException extends HttpException { constructor(message?: string); }