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