/** * Creates a duplicate-free version of an array */ export declare function uniq(list: T[]): T[]; //# sourceMappingURL=index.d.ts.map