We currently type `Observable` like so: ```ts export interface ObservableLike { subscribe(observer: (value: any) => void): void; } ``` I think we should include a more complete type definition. See the `index.d.ts` and `index.js.flow` files.