export declare function uniqueBy<key extends string, item extends Record<key, any>>(items: item[], key: key): item[];
