// @apiglobal scope import * as typedrequest from '@apiglobal/typedrequest'; import * as typedsocket from '@apiglobal/typedsocket'; export { typedrequest, typedsocket, } // pushrocks scope import * as smartdelay from '@pushrocks/smartdelay'; import * as smartlog from '@pushrocks/smartlog'; import * as smartlogDestinationDevtools from '@pushrocks/smartlog-destination-devtools'; import * as webstore from '@pushrocks/webstore'; export { smartdelay, smartlog, smartlogDestinationDevtools, webstore, };