import { Gen } from "@effect/core/testing/Gen/definition"; /** * A generator of exponentially distributed doubles with mean `1`. The * shrinker will shrink toward `0`. * @tsplus static effect/core/testing/Gen.Ops exponential * @tsplus location "@effect/core/testing/Gen/operations/exponential" */ export declare const exponential: Gen; //# sourceMappingURL=exponential.d.ts.map