How to access mongodb connection?

Does meteor expose current connection to mongodb? I need access to things like currentOp for example. Looked into MongoInternals but only mongo driver and npm package are defined there.

Take a look at collection.rawDatabase().