// node native import * as path from 'path'; import * as fs from 'fs'; // push.rocks scope import * as smartlog from '@push.rocks/smartlog'; import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local'; import * as smartcli from '@push.rocks/smartcli'; import * as smartshell from '@push.rocks/smartshell'; export { smartlog, smartlogDestinationLocal, path, fs, smartcli, smartshell };