/** * Converts a JSON-schema-like type fragment into a Python type hint. * Expects: schema shape follows tool parameter schema conventions. */ export declare function montyPythonTypeFromSchema(schema: unknown): string; //# sourceMappingURL=montyPythonTypeFromSchema.d.ts.map