Documentation says (https://github.com/bee-queue/bee-queue#ready)
Instead of listening to this event, consider calling Queue#ready([cb]), which returns a Promise that resolves once the Queue is ready. If the Queue is already ready, then the Promise will be already resolved.
There is no matching signature on BeeQueue in the typescript definition