// pushrocks scope import * as smartcli from '@pushrocks/smartcli'; import * as smartlog from '@pushrocks/smartlog'; import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local'; export { smartcli, smartlog, smartlogDestinationLocal }; // third party scope import * as typedoc from 'typedoc'; export { typedoc };