Access Meteor Collection in Browser when imported

After moving most of my API to use imports/exports I noticed something. Because my collection is no longer a global, but instead being imported from an /imports/api folder, I can no longer access it in the browser console.

Is this the correct and future behavior? Does this mean that it’s not loaded properly in minimongo? It seems like I have latency now when there wasn’t before.