import type { AgentTool, ToolContext } from './types'; export declare function createTypeTool(context: ToolContext): AgentTool; //# sourceMappingURL=typeTool.d.ts.map