import { ChevreError } from './chevre'; /** * UnauthorizedError */ export declare class UnauthorizedError extends ChevreError { constructor(message?: string); }