import type { ArrayElement } from './index.js'; /** @tags arrays, filter */ export declare function uniq>(arr: V[]): V[];