/** * LLM Synthesis Sync Script * * Runs LLM synthesis as a standalone script for synchronous execution. * Reads input from a JSON file, writes output to another JSON file. * Usage: node --import tsx llm-synthesis-sync.ts */ import 'dotenv/config'; //# sourceMappingURL=llm-synthesis-sync.d.ts.map