import chalkAnimation from"chalk-animation";
import { sleep } from"./sleep.js";
exportasyncfunctiondisplayTitle() {
const title = chalkAnimation.rainbow("Welcome to the Authenticated CLI App");
awaitsleep(2000);
title.stop();
}
// NOT USED ANYWHERE FOR NOW