import type { Command } from 'commander'; import type { Config } from '../types/index.js'; /** * Interactive command - Full interactive TUI mode * Not used - kept for backwards compatibility */ export declare function interactiveCommand(_program: Command, _config: Config): void; /** * Main entry point for interactive mode */ export declare function executeInteractive(config: Config): Promise; //# sourceMappingURL=interactive.d.ts.map