import { HttpException } from './http.exception'; /** * Exception for HTTP 502 Bad Gateway errors */ export declare class BadGatewayException extends HttpException { constructor(message?: string); }