import { HttpError } from "@leyyo/common"; /** * Http 524 A Timeout Occurred * * An unofficial server error that is specific to Cloudflare. This HTTP status code occurs when a successful HTTP connection was made to the origin server but the HTTP Connection timed out before the HTTP request was complete * */ export declare class ATimeoutOccurredError extends HttpError { }