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