import { AppState } from '../../common/reducers';
export declare const consolidationIsActive: (state: AppState, refId: string) => boolean;
export declare const consolidationIsExpanded: (state: AppState, refId: string) => boolean;
export declare const getActiveConsolidationId: (state: AppState) => string;
