import Subject from './subject'; export default class BehaviorSubject extends Subject { constructor(initialValue: T); }