export declare const getCounter: <T>(items: T[]) => Map<T, number>;
