import type { IEnumerable } from '../../_types'; export default function distinct(enumerable: IEnumerable, selector: (a: T) => R): IEnumerable;