import { HttpError } from "@leyyo/common"; /** * Http 523 Origin Us Unreachable * * An unofficial server error that is specific to Cloudflare. This HTTP status code occurs when there is an error with the origin server and it cannot be reached. * */ export declare class OriginIsUnreachableError extends HttpError { }