import type { ApiBasedTool } from "./apiBasedTools.js"; export declare function createApiTool(toolName: string, apiBasedTool: ApiBasedTool): import("langchain").DynamicStructuredTool | { readonly type: "object"; readonly properties: {}; readonly additionalProperties: true; }, unknown, unknown, string, unknown, string>;