export type TUniquePropertyFn = (item: T) => any; export declare function unique(arr: Array, property?: string | Array | TUniquePropertyFn): any[];