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