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