import type { Tool } from "@mariozechner/pi-ai"; /** * Builds a Python preamble containing synchronous tool stubs for the current tool surface. * Expects: tool names are unique and come from ToolResolver.listTools(). */ export declare function montyPreambleBuild(tools: Tool[]): string; //# sourceMappingURL=montyPreambleBuild.d.ts.map