import * as consolecolor from '@pushrocks/consolecolor'; import * as lodash from 'lodash'; import * as smartenv from 'smartenv'; import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces'; import * as smartpromise from '@pushrocks/smartpromise'; let figlet = require('figlet'); let ora = require('ora'); export { consolecolor, lodash, smartenv, smartlogInterfaces, smartpromise, figlet, ora };