import type { State } from '../../types'; declare const getEntityCount: (state: State, type: string) => number; export default getEntityCount;