export default function distinct(iterable: Iterable, selector: (a: T) => R): Iterable;