// node native scope import * as fs from 'fs'; import * as path from 'path'; export { fs }; // pushrocks scope import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces'; export { smartlogInterfaces };