import { ServerException } from "../core/ServerException.js"; export declare class GatewayTimeout extends ServerException { static readonly STATUS = 504; constructor(message: string, origin?: Error | string | any); }