import { Stream } from "@effect/core/stream/Stream/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Zips each element with the next element if present. * @tsplus getter effect/core/stream/Stream zipWithNext * @tsplus location "@effect/core/stream/Stream/operations/zipWithNext" */ export declare function zipWithNext(self: Stream): Stream]>; //# sourceMappingURL=zipWithNext.d.ts.map