import { Pipe } from "../pipe.js"; export declare function union(source: Iterable): Pipe;