import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Zips this chunk with the index of every element, starting from the initial * index value. * @tsplus getter Chunk zipWithIndex * @tsplus location "@tsplus/stdlib/collections/Chunk/operations/zipWithIndex" */ export declare function zipWithIndex(self: Chunk): Chunk; //# sourceMappingURL=zipWithIndex.d.ts.map