/** * Think tool - AI reasoning and planning without state modification * Enables transparent thought process by logging reasoning in conversation */ import type { Tool } from '../types/tools.js'; export declare const thinkTool: Tool; //# sourceMappingURL=think.d.ts.map