import { Stream } from "@effect/core/stream/Stream/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Zips each element with both the previous and next element. * @tsplus getter effect/core/stream/Stream zipWithPreviousAndNext * @tsplus location "@effect/core/stream/Stream/operations/zipWithPreviousAndNext" */ export declare function zipWithPreviousAndNext(self: Stream): Stream, A, Maybe]>; //# sourceMappingURL=zipWithPreviousAndNext.d.ts.map