import { AgentContext, RunnableAgent } from '../agent/index.js'; export declare const agentFunctionBaseToAgentFunction: (agent: RunnableAgent) => (fn: any) => { definition: any; buildExecutor: (_: AgentContext) => any; };