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