import {Observable} from '../../Observable'; import {count} from '../../operator/count'; Observable.prototype.count = count; export var _void: void;