export declare type EntityList<T> = {
    [entityId: string]: T;
};
