import type { IntroCliConfig } from '../types/config-types'; /** * renderOnboardingMessage - Renders the onboarding message based on the user config. * * @param {IntroCliConfig} config - The user's configuration for the onboarding message. */ export declare const renderOnboardingMessage: (config: Partial) => void;