/** * speculate — record a hypothesis or untested idea for future validation. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const speculateTool: ToolDefinition; //# sourceMappingURL=speculate.d.ts.map