import ora from "ora"; export function getLoadAnimation(text) { return ora({ text, color: "cyan", spinner: "dots", }); }