/** @module elastical **/ module.exports = { Client: require('./lib/client'), Index : require('./lib/index') };