/**
 * File input helper functions for Interactive CLI
 *
 * Shared utilities for file selection and browsing across different
 * interactive CLI components.
 *
 * @module
 */
/**
 * Handle browsing to a different folder
 */
export declare function handleBrowseFolder(): Promise<string>;
/**
 * Handle manual file path input
 */
export declare function handleManualInput(): Promise<string>;
//# sourceMappingURL=file-input-helpers.d.ts.map