// node native scope import * as http from 'http'; import * as https from 'https'; export { http, https }; // pushrocks scope import * as smartrequest from '@pushrocks/smartrequest'; export { smartrequest };