// node native import * as path from 'path'; // pushrocks scope import * as smartlog from '@pushrocks/smartlog'; import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local'; import * as smartcli from '@pushrocks/smartcli'; import * as smartfile from '@pushrocks/smartfile'; import * as smartshell from '@pushrocks/smartshell'; export { smartlog, smartlogDestinationLocal, path, smartcli, smartfile, smartshell };