How do I access the global Strapi instance via a worker file?

In general, is strapi intended to be used via global scope in any file?

Assuming same thread and not a worker. (I set up my bullmq worker in the above way.)

Or are we supposed to pass strapi into every helper function call etc