declare const uniqBy: (arr: any[], predicate: string) => any[]; export default uniqBy;