declare type ItemSelector = (element: T) => any; export default function isUniqueBy(array: Array, itemSelector?: ItemSelector): boolean; export {}; //# sourceMappingURL=isUniqueBy.d.ts.map