import { HttpError } from "@leyyo/common"; /** * Http 496 SSL Certificate Required * * An unofficial client error specific to nginx and is returned by the server to indicate that the client has not presented the required certificate. * */ export declare class SslCertificateRequiredError extends HttpError { }