import type { SKYKOIConfig } from "../../config/config.js"; import { type AnyKoiTool } from "./common.js"; export declare function createNodesTool(options?: { koiSessionKey?: string; config?: SKYKOIConfig; }): AnyKoiTool;