import type { Tool } from "@mariozechner/pi-ai"; /** * Builds a Python function signature from tool JSON schema parameters. * Expects: required entries appear before optional entries. */ export declare function montyPythonSignatureBuild(tool: Tool): string; //# sourceMappingURL=montyPythonSignatureBuild.d.ts.map