// native scope import * as path from 'path'; import * as fs from 'fs'; import * as childProcess from 'child_process'; import * as readline from 'readline'; import * as events from 'events'; export { path, fs, childProcess, readline, events }; // @push.rocks scope import * as smartpath from '@push.rocks/smartpath'; export { smartpath };