#!/usr/bin/env node
/**
 * Interactive CLI for Legal Markdown Processing
 *
 * This module provides an interactive command-line interface for Legal Markdown
 * processing, guiding users through file selection, format options, and processing
 * configuration with intuitive prompts.
 *
 * Features:
 * - Interactive file selection with recursive directory scanning
 * - Multiple output format selection (HTML, PDF, Markdown, Metadata)
 * - Conditional processing options based on selected formats
 * - CSS file selection for HTML/PDF styling
 * - Configuration confirmation and summary display
 * - Integration with existing CliService for processing
 *
 * @example
 * ```bash
 * # Launch interactive mode
 * legal-md-ui
 * ```
 */
export {};
//# sourceMappingURL=index.d.ts.map