import { Random } from "@effect/core/io/Random/definition"; 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 a function that uses randomness to produce a * sample. * @tsplus static effect/core/testing/Gen.Ops fromRandomSample * @tsplus location "@effect/core/testing/Gen/operations/fromRandomSample" */ export declare function fromRandomSample(f: (random: Random) => Effect>): Gen; //# sourceMappingURL=fromRandomSample.d.ts.map