declare function hasDuplicates<T = any>(arr: T[]): boolean;

export { hasDuplicates };
