import { type IAdminForth } from "adminforth"; import { type ApiBasedTool } from "../../tools/apiBasedTools.js"; export declare function createApiBasedToolsMiddleware(apiBasedTools: Record, adminforth: IAdminForth): import("langchain").AgentMiddleware;