import { HttpError } from "@leyyo/common"; /** * Http 561 No Site Detected * - alternative: {@link UnauthorizedLoadBalancerError} * * It indicates that there is a problem with the site (Pantheon) * */ export declare class NoSiteDetectedError extends HttpError { }