import { BehaviorSubject } from 'rxjs'; export declare class CoreOrgTreeState { coreOrgTreeReduced$: BehaviorSubject; constructor(); }