import type { Tool } from "@mariozechner/pi-ai"; /** * Builds no-tools RLM instructions for the system prompt using tags. * Expects: tools contains the full runtime tool list used for Monty dispatch. */ export declare function rlmNoToolsPromptBuild(tools: Tool[], options?: { isForeground: boolean; }): Promise; //# sourceMappingURL=rlmNoToolsPromptBuild.d.ts.map