import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Gen } from "@effect/core/testing/Gen/definition"; import { List } from "@tsplus/stdlib/collections/List/definition"; /** * Composes the specified generators to create a cartesian product of elements * with the specified function. * @tsplus static effect/core/testing/Gen.Ops collectAll * @tsplus location "@effect/core/testing/Gen/operations/collectAll" */ export declare function collectAll(gens: Collection>): Gen>; //# sourceMappingURL=collectAll.d.ts.map