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