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