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