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 listOf1 * @tsplus getter effect/core/testing/Gen listOf1 * @tsplus location "@effect/core/testing/Gen/operations/listOf1" */ export declare function listOf1(self: Gen): Gen>; //# sourceMappingURL=listOf1.d.ts.map