const chalk=require('chalk');
import chalk from 'chalk';
export const sayHello = () => {
console.log(chalk('Hello, Green World!'));
};
but error
Test suite failed to run SyntaxError: /app/83662_c1c37efe-9764-49c9-be81-ca34116a9fbb/helper.js: Identifier 'chalk' has already been declared. (2:7)