/** * Ubiquits Banner for usage in cli welcome * @type {string} */ export declare const banner: string; export declare function bannerBg(message: string, bgString: string): string;