// @serve.zone scope
import * as servezoneInterfaces from '@serve.zone/interfaces';

export {
  servezoneInterfaces
}

// @push.rocks scope
import * as smartexpect from '@push.rocks/smartexpect';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as webstream from '@push.rocks/smartstream/web';

export {
  smartexpect,
  smartpromise,
  smartrx,
  webstream,
}

// @api.global scope
import * as typedrequest from '@api.global/typedrequest';
import * as typedsocket from '@api.global/typedsocket';

export {
  typedrequest,
  typedsocket
}

// @tsclass scope
import * as tsclass from '@tsclass/tsclass';

export {
  tsclass,
}