/** * thread_create — create a new thought thread. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const threadCreateTool: ToolDefinition; //# sourceMappingURL=thread-create.d.ts.map