function Client() {} Client.prototype.index = function () {}; export default { Client: Client };