var Query = (function () { function Query(transaction, coll) { this._coll = coll; this._transaction = transaction; } return Query; }()); export { Query };