tried the queue example (https://github.com/reshufflehq/reshuffle/tree/master/examples/queue/amqp) but received an error on npm install
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/reshuffle-amqp-connector - Not found
npm ERR! 404
npm ERR! 404 'reshuffle-amqp-connector@latest' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
also tried to install from githrepo: github:reshufflehq/reshuffle-amqp-connector
it gives an error: Module '"reshuffle-amqp-connector"' has no exported member 'AMQPConnector'. Did you mean to use 'import AMQPConnector from "reshuffle-amqp-connector"' instead?ts(2614)