export declare const AgentTool: typeof import("./agent-tool.js"); export declare namespace AgentTool { type asTool = typeof import("./agent-tool.js").asTool; type AgentToolToolkit = import("./agent-tool.js").AgentToolToolkit; type AsToolOptions = import("./agent-tool.js").AsToolOptions; }