import type * as Tp from "../../Tuple/index.js";
import type { Chunk } from "../definition.js";
/**
* Zips this chunk with the index of every element, starting from the initial
* index value.
*/
export declare function zipWithIndex(self: Chunk): Chunk>;
//# sourceMappingURL=zipWithIndex.d.ts.map