import { Gen } from "@effect/core/testing/Gen/definition"; import { List } from "@tsplus/stdlib/collections/List/definition"; /** * @tsplus static effect/core/testing/Gen.Ops listOfN * @tsplus static effect/core/testing/Gen.Aspects listOfN * @tsplus pipeable effect/core/testing/Gen listOfN * @tsplus location "@effect/core/testing/Gen/operations/listOfN" */ export declare function listOfN(n: number): (self: import("../definition").Gen) => import("../definition").Gen>; //# sourceMappingURL=listOfN.d.ts.map