/** Default port for the VESS daemon HTTP transport. */ export declare const DEFAULT_DAEMON_PORT = 3100; /** Session inactivity timeout in ms (10 minutes). */ export declare const DEFAULT_SESSION_TIMEOUT_MS: number; /** Maximum concurrent MCP sessions. */ export declare const DEFAULT_MAX_SESSIONS = 20; /** Session count threshold for "degraded" health status. */ export declare const SESSION_DEGRADED_THRESHOLD = 15; /** Reaper sweep interval in ms (60 seconds). */ export declare const DEFAULT_REAPER_INTERVAL_MS = 60000; //# sourceMappingURL=constants.d.ts.map