import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Zips this chunk with the index of every element, starting from the initial * index value. * @tsplus static Chunk.Aspects zipWithIndexOffset * @tsplus pipeable Chunk zipWithIndexOffset * @tsplus location "@tsplus/stdlib/collections/Chunk/operations/zipWithIndexOffset" */ export declare function zipWithIndexOffset(offset: number): (self: import("@tsplus/stdlib/collections/Chunk/definition").Chunk) => import("@tsplus/stdlib/collections/Chunk/definition").Chunk<[A, number]>; //# sourceMappingURL=zipWithIndexOffset.d.ts.map