import clc from 'cli-color' const highlight = clc.cyan const error = clc.red.bold const errorHighlight = clc.yellow.bold export { highlight, error, errorHighlight }