import type { AnyAgentTool } from "./common.js"; export declare function createSessionsHistoryTool(opts?: { agentSessionKey?: string; sandboxed?: boolean; }): AnyAgentTool;