import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Gen } from "@effect/core/testing/Gen/definition"; /** * Lazily constructs a generator. This is useful to avoid infinite recursion * when creating generators that refer to themselves. * @tsplus static effect/core/testing/Gen.Ops suspend * @tsplus location "@effect/core/testing/Gen/operations/suspend" */ export declare function suspend(gen: LazyArg>): Gen; //# sourceMappingURL=suspend.d.ts.map