import * as Tp from "../../../../Collections/Immutable/Tuple/index.js"; import type * as C from "../core.js"; /** * Zips this stream together with the index of elements. */ export declare function zipWithIndex(self: C.Stream): C.Stream>; //# sourceMappingURL=zipWithIndex.d.ts.map