import type { Agent } from "@strands-agents/sdk"; export declare function currentMemoryScope(): string; export declare function runWithAgentMemoryScope(agent: Agent, callback: () => Promise): Promise; export declare function flushAgentMemory(agent: Agent): Promise;