import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Zips this chunk with the specified chunk using the specified combiner. * @tsplus static Chunk.Aspects zip * @tsplus pipeable Chunk zip * @tsplus location "@tsplus/stdlib/collections/Chunk/operations/zip" */ export declare function zip(that: Chunk): (self: import("../definition").Chunk) => import("../definition").Chunk<[A, B]>; //# sourceMappingURL=zip.d.ts.map