import * 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 zipWithIndexOffset_(self: Chunk, offset: number): Chunk>; /** * Zips this chunk with the index of every element, starting from the initial * index value. * * @ets_data_first zipWithIndexOffset_ */ export declare function zipWithIndexOffset(offset: number): (self: Chunk) => Chunk>; //# sourceMappingURL=zipWithIndexOffset.d.ts.map