import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Gen } from "@effect/core/testing/Gen/definition"; /** * Combines the specified deterministic generators to return a new * deterministic generator that generates all of the values generated by the * specified generators. * @tsplus static effect/core/testing/Gen.Ops concatAll * @tsplus location "@effect/core/testing/Gen/operations/concatAll" */ export declare function concatAll(gens: Collection>): Gen; //# sourceMappingURL=concatAll.d.ts.map