import { HttpError } from "@leyyo/common"; /** * Http 401 Unauthorized * * Specifically for use when authentication is required and has failed or has not yet been provided * */ export declare class UnauthorizedError extends HttpError { }