/** * Node status / wallet tool definitions for {@link DkgNodePlugin}. * * Moved verbatim out of `DkgNodePlugin.tools()` — same metadata and handler * delegation, only relocated. The `execute` callbacks forward to the host's * `handle*` methods (see {@link DkgToolHost}). No behavior change. */ import type { OpenClawTool } from '../types.js'; import type { DkgToolHost } from './tool-host.js'; export declare function buildNodeTools(ctx: DkgToolHost): OpenClawTool[]; //# sourceMappingURL=node-tools.d.ts.map