declare function firstUniqueArr(array: (string | number)[]): string | number | undefined;

export { firstUniqueArr };
