import { HttpError } from "@leyyo/common"; /** * Http 561 Unauthorized * - alternative: {@link NoSiteDetectedError} * * It is an HTTP Authentication failure (AWS Elastic Load Balancer) * */ export declare class UnauthorizedLoadBalancerError extends HttpError { }