import { HttpException } from './HttpException.js'; /** * HTTP 401 Unauthorized. */ export declare class UnauthorizedHttpException extends HttpException { constructor(challenge?: string, message?: string); } //# sourceMappingURL=UnauthorizedHttpException.d.ts.map