import chalk from 'chalk'
import { figures } from 'listr2'

export const info = chalk.blue(figures.arrowRight)

export const error = chalk.redBright(figures.cross)

export const warning = chalk.yellow(figures.warning)
