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