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