import { Stream } from "@effect/core/stream/Stream/definition"; /** * Zips this stream together with the index of elements. * @tsplus getter effect/core/stream/Stream zipWithIndex * @tsplus location "@effect/core/stream/Stream/operations/zipWithIndex" */ export declare function zipWithIndex(self: Stream): Stream; //# sourceMappingURL=zipWithIndex.d.ts.map