declare const tally: <T>(arr: T[]) => {
    byApplying: (fn: (a: T) => any) => {
        [index: string]: number;
    };
};
export { tally };
