import { Exception } from "../Exception"; export declare class BadGatewayException extends Exception { constructor(message: string); }