import Instruments from './lib/instruments'; import * as utils from './lib/utils'; export { Instruments, utils }; export default Instruments;