See the following import:
import { publishObjectAsync, consumeObjectsAsync, createChannelAsync } from "../shared/messaging/rabbitmq" Which produces this error:
SyntaxError: The requested module does not provide an export named 'publishObjectAsync'
What's going on?