import { BehaviorSubject } from 'rxjs';
export declare function entityOrDefault(configEntity: any, defaultValue: any): any;
export declare function nextIfChanged(behaviorSubject: BehaviorSubject<any>, latestValue: any): void;
