// node native import * as path from 'path'; export { path } // @pushrocks scope import * as smartfile from '@pushrocks/smartfile'; import * as smartshell from '@pushrocks/smartshell'; import * as smartunique from '@pushrocks/smartunique'; import * as smartpromise from '@pushrocks/smartpromise'; export { smartfile, smartshell, smartunique, smartpromise }