import { Gen } from "@effect/core/testing/Gen/definition"; /** * Composes this generator with the specified generator to create a cartesian * product of elements. * @tsplus pipeable-operator effect/core/testing/Gen & * @tsplus static effect/core/testing/Gen.Aspects zip * @tsplus pipeable effect/core/testing/Gen zip * @tsplus location "@effect/core/testing/Gen/operations/zip" */ export declare function zip(that: Gen): (self: import("../definition").Gen) => import("../definition").Gen; //# sourceMappingURL=zip.d.ts.map