import {Observable} from '../../Observable'; import {EmptyObservable} from '../../observable/empty'; Observable.empty = EmptyObservable.create;