import { HttpError } from "@leyyo/common"; /** * Http 495 SSL Certificate Error * * An unofficial client error specific to nginx and is returned by the server to indicate that there has been an error with the client certificate verification. * */ export declare class SslCertificateError extends HttpError { }