import { Gen } from "@effect/core/testing/Gen/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Repeatedly runs the generator and collects the specified number of values * in a chunk. * @tsplus static effect/core/testing/Gen.Aspects runCollectN * @tsplus pipeable effect/core/testing/Gen runCollectN * @tsplus location "@effect/core/testing/Gen/operations/runCollectN" */ export declare function runCollectN(n: number): (self: import("../definition").Gen) => import("../../../io/Effect").Effect>; //# sourceMappingURL=runCollectN.d.ts.map