export enum ColorCode { error = '\x1b[31m', success = '\x1b[32m', warn = '\x1b[33m', info = '\x1b[36m', debug = '\x1b[37m', }