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