import { BaseError } from "./BaseError"; export declare class UnauthorizedError extends BaseError { constructor(description?: string); } //# sourceMappingURL=UnauthorizedError.d.ts.map