import { IObserver } from '../internal/Observer'; import { ISubscription } from '../internal/Subscription'; export interface IOperator extends ISubscription, IObserver { }