export declare function createScratchpadTools(runId: string): { readScratchpad: import("ai").Tool, string>; appendScratchpad: import("ai").Tool<{ note: string; }, string>; getSharedValue: import("ai").Tool<{ key: string; }, any>; setSharedValue: import("ai").Tool<{ key: string; value: any; }, string>; listSharedKeys: import("ai").Tool, string[]>; }; //# sourceMappingURL=scratchpad.tool.d.ts.map