import { BehaviorSubject } from 'rxjs'; export declare function createSentinelSubject(name: string, defaultValue: T): BehaviorSubject;