import 'typings-test' import * as should from 'should' // import the module to test import * as smartacme from '../dist/index' describe('smartacme', function(){ let testAcme: smartacme.smartacme it('should create a valid instance') })