import { HttpError } from "@leyyo/common"; /** * Http 526 Invalid SSL certificate * * An unofficial server error that is specific to Cloudflare. This HTTP status code occurs when a HTTP Connection cannot be made to the origin server due to an invalid SSL certificate. * */ export declare class InvalidSslCertificateError extends HttpError { }