export default function uniqueBy(arr: Array, fn: (arg0: T) => any): Array;