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