declare function distinct(array: any[], comparator?: (value1: any, value2: any) => number): any[];
export { distinct };
