import { Gen } from "@effect/core/testing/Gen/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Runs the generator and collects all of its values in a chunk. * @tsplus getter effect/core/testing/Gen runCollect * @tsplus location "@effect/core/testing/Gen/operations/runCollect" */ export declare function runCollect(self: Gen): Effect>; //# sourceMappingURL=runCollect.d.ts.map