import { HttpError } from "@leyyo/common"; /** * Http 497 HTTP Request Sent to HTTPS Port * * An unofficial client error specific to nginx and is returned by the server to indicate that a regular HTTP request has been sent to the HTTPS port. * */ export declare class HttpRequestSentToHttpsPortError extends HttpError { }