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