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