import { Effect } from "@effect/core/io/Effect/definition"; import { Gen } from "@effect/core/testing/Gen/definition"; /** * Maps an effectual function over a generator. * @tsplus static effect/core/testing/Gen.Aspects mapEffect * @tsplus pipeable effect/core/testing/Gen mapEffect * @tsplus location "@effect/core/testing/Gen/operations/mapEffect" */ export declare function mapEffect(f: (a: A) => Effect): (self: import("../definition").Gen) => import("../definition").Gen; //# sourceMappingURL=mapEffect.d.ts.map