import * as cmc from './typings/coinmarketcap'; import * as nep5 from './typings/nep5'; import * as modscan from './typings/modscan'; export * from './typings/core'; export { cmc, nep5, modscan }