/**
 * Animated welcome screen for the experimental artifact workflow setup.
 * Shows side-by-side layout with animated ASCII art on left and welcome text on right.
 */
/**
 * Shows the animated welcome screen.
 * Returns when user presses Enter.
 */
export declare function showWelcomeScreen(): Promise<void>;
//# sourceMappingURL=welcome-screen.d.ts.map