#!/usr/bin/env node /** * Execute Command - Live code execution with Gemini integration * Implements Command Bible execute functionality */ import { Command } from "commander"; export declare class ExecuteCommand extends Command { constructor(); executeAction(task: string, options: any): Promise; } //# sourceMappingURL=execute.d.ts.map