export declare const swarmMemoryTools: { getSharedScratchpad: import("ai").Tool<{ sessionId?: string | undefined; }, { scope: string; content: string; }>; appendSharedScratchpad: import("ai").Tool<{ content: string; sessionId?: string | undefined; }, { status: string; scope: string; }>; }; //# sourceMappingURL=swarm-memory.tool.d.ts.map