import * as Tp from "../../../../Collections/Immutable/Tuple/index.js"; import * as O from "../../../../Option/index.js"; import * as C from "../core.js"; /** * Zips each element with the next element if present. */ export declare function zipWithNext(self: C.Stream): C.Stream]>>; //# sourceMappingURL=zipWithNext.d.ts.map