import type { FunctionAgentFn } from "../agents/agent.js"; export declare function codeToFunctionAgentFn(code: string): FunctionAgentFn;