import { IterableX } from '../iterable'; export declare function union(left: Iterable, right: Iterable, comparer?: (x: TSource, y: TSource) => boolean): IterableX;