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