import { HttpError } from "@leyyo/common"; /** * Http 520 Web server is Returning an Unknown Error * * An unofficial server error that is specific to Cloudflare. This is a catch-all error that is used in the absence of having a HTTP status code for one that is more specific. * */ export declare class WebServerIsReturningAnUnknownError extends HttpError { }