import { EntityState, ID } from './index';
export declare function hasEntity<E>(entities: EntityState<E>, id: ID): boolean;
