import type { ClientTool } from "@langchain/core/tools"; import type { ApiBasedTool } from "./apiBasedTools.js"; export declare const ALWAYS_AVAILABLE_API_TOOL_NAMES: readonly ["get_resource"]; export declare function createAgentTools(customComponentsDir: string, apiBasedTools: Record, pluginCustomFolderPaths?: string[]): Promise;