import { ExceptionMessage } from "@halsp/core"; import { HttpException } from "./http-exception"; export declare class GatewayTimeoutException extends HttpException { constructor(error?: string | ExceptionMessage); }