#!/usr/bin/env node /** * Gemini-Flow - Simplified CLI * * Simple AI assistant CLI matching official Gemini CLI patterns * Core commands: chat, generate, list-models, auth, config */ import { Command } from "commander"; declare const program: Command; export { program }; //# sourceMappingURL=simple-index.d.ts.map