import { HttpError } from "@leyyo/common"; /** * Http 525 SSL Handshake Failed * * An unofficial server error that is specific to Cloudflare. This HTTP status code occurs when a HTTP Connection to the origin server is unsuccessful because the SSL handshake fails. * */ export declare class SslHandshakeFailedError extends HttpError { }