#!/usr/bin/env node /** * Gemini-Flow - Full Featured AI Orchestration Platform CLI * * Complete CLI with all advanced orchestration commands matching README.md */ import { Command } from "commander"; declare const program: Command; export { program }; //# sourceMappingURL=full-index.d.ts.map