declare const uniqArray: (array: Iterable) => any[]; export default uniqArray;