import type { DefineTool, ToolDeps } from "../shared/agent/tool.helpers.js"; export declare function createChatTools(defineTool: DefineTool, deps: ToolDeps): { listConversations: any; getConversation: any; };