import "core-js/shim"; export { default as Query } from "./Query"; export { default as Collection } from "./Collection"; export * from "./decorators"; export * from "./IObservable"; export * from "rxjs/Subscription";