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<R, E, A>(self: C.Stream<R, E, A>): C.Stream<R, E, Tp.Tuple<[A, number]>>;
//# sourceMappingURL=zipWithIndex.d.ts.map