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

export { isDistinctArray };
