import { HttpError } from "@leyyo/common"; /** * Http 521 Web Server is Down * * An unofficial server error that is specific to Cloudflare. This HTTP status code occurs when the HTTP client was able to successfully connect to Cloudflare but it was unable to connect to the origin server. * */ export declare class WebServerIsDownError extends HttpError { }