import * as stream from 'stream'; export { stream }; // pushrocks scope import * as smartpromise from '@pushrocks/smartpromise'; export { smartpromise }; // thirdparty import * as through2 from 'through2'; export { through2 };