import {Observable} from '../../Observable'; import {count} from '../../operator/count'; Observable.prototype.count = count;