/** * Gemini-Flow CLI * * The main entry point for the Gemini-Flow orchestration platform. */ export declare class GeminiFlowCLI { private program; constructor(); private setupProgram; private setupCommands; private setupHiveMindCommand; private setupSwarmCommand; private setupMemoryCommand; run(): Promise; } //# sourceMappingURL=flow-cli.d.ts.map