import { Effect } from "@effect/core/io/Effect/definition"; import { Gen } from "@effect/core/testing/Gen/definition"; /** * Unwraps a `Gen` from an `Effect` that results in a `Gen`. * @tsplus static effect/core/testing/Gen.Ops unwrap * @tsplus location "@effect/core/testing/Gen/operations/unwrap" */ export declare function unwrap(effect: Effect>): Gen; //# sourceMappingURL=unwrap.d.ts.map