import { Effect } from "@effect/core/io/Effect/definition"; import { Sample } from "@effect/core/testing/Sample/definition"; import { Gen } from "@effect/core/testing/Gen/definition"; /** * Constructs a generator from an effect that constructs a sample. * @tsplus static effect/core/testing/Gen.Ops fromEffectSample * @tsplus location "@effect/core/testing/Gen/operations/fromEffectSample" */ export declare function fromEffectSample(effect: Effect>): Gen; //# sourceMappingURL=fromEffectSample.d.ts.map