import { HttpError } from "@leyyo/common"; /** * Http 444 No Response * * An unofficial client error specific to nginx and it indicates that the HTTP Connection is closed. * */ export declare class NoResponseError extends HttpError { }