/**
 * First Time User Experience (FTUX) handler for Interactive CLI
 *
 * This module provides an improved onboarding experience for new users
 * when no files are found in the default directory, offering setup
 * assistance, demo examples, and guided configuration.
 *
 * @module
 */
/**
 * Handle first-time user experience when no files are found
 *
 * Provides a friendly onboarding flow with multiple options to help
 * new users get started with Legal Markdown processing.
 *
 * @returns Promise resolving to the selected input file path
 * @throws Error when user cancels or no valid option is selected
 */
export declare function handleFirstTimeUserExperience(): Promise<string>;
//# sourceMappingURL=ftux-handler.d.ts.map