import 'typings-global'; import * as beautylog from 'beautylog'; import * as fs from 'fs-extra'; import * as minimatch from 'minimatch'; import * as path from 'path'; import * as q from 'q'; import * as shelljs from 'shelljs'; import * as smartfile from 'smartfile'; import * as smartpath from 'smartpath'; import * as smartstring from 'smartstring'; export { beautylog, fs, minimatch, path, q, shelljs, smartfile, smartpath, smartstring };