import { HttpError } from "@leyyo/common"; /** * Http 522 Connection timed out * * An unofficial server error that is specific to Cloudflare. This HTTP status code occurs when Cloudflare is unable to connect to the origin server due to a timeout. * */ export declare class ConnectionTimedOutError extends HttpError { }