import type { ToolDefinition } from "@/types"; import type { ToolResolverApi } from "../toolResolver.js"; /** * Builds the run_python tool that executes Monty Python and dispatches calls to registered tools. * Expects: toolResolver includes the underlying concrete tools to dispatch. */ export declare function rlmToolBuild(toolResolver: ToolResolverApi): ToolDefinition; //# sourceMappingURL=rlmTool.d.ts.map