/**
 * Authorization Handshake for XMCP-I Runtime â Node.js adapter
 *
 * Re-exports the platform-agnostic auth handshake from @kya-os/mcp-i-core.
 * All existing public exports are maintained for backward compatibility.
 */
export { verifyOrHints, hasSensitiveScopes, MemoryResumeTokenStore, type AuthHandshakeConfig, type VerifyOrHintsResult, type AgentReputation, type ResumeTokenStore, type DelegationVerifier, type VerifyDelegationResult, } from "@kya-os/mcp-i-runtime";
