import type { Tool } from "@mariozechner/pi-ai"; /** * Builds the run_python tool description with the generated Python tool preamble. * Expects: tools contains the full current tool list from ToolResolver. */ export declare function rlmToolDescriptionBuild(tools: Tool[]): Promise; //# sourceMappingURL=rlmToolDescriptionBuild.d.ts.map