export default function getUniqueListBy<T>(arr: T[], key: string): T[];
//# sourceMappingURL=getUniqueListBy.d.ts.map