import * as Tp from "../../Tuple/index.js"; import type { Chunk } from "../definition.js"; /** * Zips this chunk with the specified chunk using the specified combiner. */ export declare function zip_(self: Chunk, that: Chunk): Chunk>; /** * Zips this chunk with the specified chunk using the specified combiner. * * @ets_data_first zip_ */ export declare function zip(that: Chunk): (self: Chunk) => Chunk>; //# sourceMappingURL=zip.d.ts.map