import type { AURAConfig } from "../../config/config.js"; import { type AnyAgentTool } from "./common.js"; export declare function createNodesTool(options?: { agentSessionKey?: string; config?: AURAConfig; }): AnyAgentTool;