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