import { OperatorFunction } from 'rxjs'; import { BaseEntityOptions, DefaultEntitiesRef, EntitiesRef, EntitiesState, getEntityType } from '../entity.state'; import { Query, StateOf } from '@ngneat/elf'; export declare const selectActiveId: () => OperatorFunction, setActiveId: (value: any) => import("@ngneat/elf").Reducer, withActiveId: (initialValue?: any) => import("@ngneat/elf").PropsFactory<{ activeId: any; }, undefined>, resetActiveId: () => import("@ngneat/elf").Reducer, getActiveId: (state: S) => any; export declare function selectActiveEntity & StateOf, Ref extends EntitiesRef = DefaultEntitiesRef>(options?: BaseEntityOptions): OperatorFunction | undefined>; export declare function getActiveEntity & StateOf, Ref extends EntitiesRef = DefaultEntitiesRef>(options?: BaseEntityOptions): Query | undefined>; export declare const setActiveIds: (value: any[] | ((state: S_3) => any[])) => import("@ngneat/elf").Reducer, resetActiveIds: () => import("@ngneat/elf").Reducer, withActiveIds: (initialValue?: any[] | undefined) => import("@ngneat/elf").PropsFactory<{ activeIds: any[]; }, undefined>, selectActiveIds: () => OperatorFunction, toggleActiveIds: (value: any) => import("@ngneat/elf").Reducer, removeActiveIds: (value: any) => import("@ngneat/elf").Reducer, addActiveIds: (value: any) => import("@ngneat/elf").Reducer, getActiveIds: (state: S) => any[]; export declare function selectActiveEntities & StateOf, Ref extends EntitiesRef = DefaultEntitiesRef>(options?: BaseEntityOptions): OperatorFunction[]>; export declare function getActiveEntities & StateOf, Ref extends EntitiesRef = DefaultEntitiesRef>(options?: BaseEntityOptions): Query[]>;