import { Sample } from "@effect/core/testing/Sample/definition"; import { Gen } from "@effect/core/testing/Gen/definition"; /** * A constant generator of the specified sample. * @tsplus static effect/core/testing/Sample.Ops constantSample * @tsplus location "@effect/core/testing/Gen/operations/constantSample" */ export declare function constantSample(sample: Sample): Gen; //# sourceMappingURL=constantSample.d.ts.map