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