import { Predicate } from 'augmentative-iterable'; export interface CompareProvider { (a: T): Predicate; }