import { ListItem } from './data.types'; export type InverseIndexReferenceMap = Map; export type InverseIndexValuesMap = Map; export type InverseIndexDataMap = Map; export type InverseIndexDataValuesMap = Map;