// @apiglobal scope import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces'; export { typedrequestInterfaces } // @push.rocks scope import * as smartcrypto from '@push.rocks/smartcrypto'; import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces'; export { smartcrypto, smartlogInterfaces, } // tsclass scope import * as tsclass from '@tsclass/tsclass'; export { tsclass }