rxjs-compat
Version:
[](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x) [](http://badge.fury.io/js/%40reactivex%2Frxjs) [.
* @property {Symbol|string} iterator The ES6 symbol to use as a property name
* to retrieve an iterator from an object.
*/
declare let Symbol: {
rxSubscriber: string | symbol;
observable: string | symbol;
iterator: symbol;
};
export { Scheduler, Symbol };