declare const uniq: (arr: T[]) => T[]; export { uniq };