export interface BySelector { (t: T): any; } export declare function unique(arr: T[], ...by: BySelector[]): T[];