import type { Tool } from "@mariozechner/pi-ai"; /** * Builds the Python preamble used at Monty execution time. * Expects: runtime preamble stays compact and omits prompt guidance text. */ export declare function montyRuntimePreambleBuild(tools: Tool[]): string; //# sourceMappingURL=montyRuntimePreambleBuild.d.ts.map