import * as path from 'path'; export { path }; // @pushrocks scope import * as smartcli from '@pushrocks/smartcli'; import * as smartshell from '@pushrocks/smartshell'; export { smartshell, smartcli }; // Third Pary import * as fileWatcher from 'filewatcher'; export { fileWatcher };