Get Typescript class instance from Mongo.Cursor

This question may seem obscure, but for people who are going to start using Meteor with Angular 2 (or really just Typescript), it will become common. Essentially the same question as this SO post, but I want to get back the Foo class instance from Mongo.Cursor<Foo>. Any easy way to do this?