/** * DEPRECATED — `AgentContext` has moved to the AEOESS Gateway. * * This stateful session runtime was product intelligence, not a protocol * primitive. Implementation lives at @aeoess/gateway * (src/sdk-migrated/core/context.ts). * * Agents that need automatic 3-signature enforcement should consume the * gateway's AgentContext. Callers building their own runtime should use the * policy, delegation, and receipt primitives still exported from this SDK. * * See MIGRATION.md#data-lifecycle. */ export declare class AgentContext { constructor(..._args: unknown[]); } export declare function createAgentContext(..._args: unknown[]): never; //# sourceMappingURL=context.d.ts.map