/** * Publish / SPARQL query / query-catalog 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 buildQueryTools(ctx: DkgToolHost): OpenClawTool[]; //# sourceMappingURL=query-tools.d.ts.map