import { FlexState } from "../../../store/index"; export declare const segmentsSelector: (state: FlexState) => { [segmentId: string]: import("../../../state/InsightsState.definitions").Segment; }; export declare const segmentIdSelector: (state: FlexState, ownProps: { segmentId?: string; }) => string; export declare const currentSegmentSelector: import("reselect").OutputParametricSelector import("../../../state/InsightsState.definitions").Segment>; export declare const agentNameSelector: import("reselect").OutputParametricSelector string>;