/** * CLI command: interactive * Interactive TUI mode with slash commands */ export declare function execute(args: string[], options: Record): Promise; export declare function showHelp(): void;