import { EntityState } from './index';
export declare const getInitialEntitiesState: () => EntityState<any, any>;
