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