import { HttpError } from "@leyyo/common"; /** * Http 502 Bad Gateway * * This error response means that the server, while working as a gateway to get a response needed to handle the request, got an invalid response * */ export declare class BadGatewayError extends HttpError { }