export declare const EVE_WORDMARK = "eve";
export declare const EVE_BETA_TERMS_URL = "https://vercel.com/docs/release-phases/public-beta-agreement";
/**
 * The boot banner shared by every CLI command that announces itself: the eve
 * badge plus the installed version, followed by the preview notice. Printed
 * only by the CLI program's pre-action hook so commands never compose their
 * own variant.
 */
export declare function eveCliBanner(): string;
