import { EntityState } from './types';
export declare function entitiesToMap<S extends EntityState<E>, E>(state: S, options: any): {};
