import { Effect } from "@effect/core/io/Effect/definition"; import { Fiber } from "@effect/core/io/Fiber/definition"; /** * Effectually maps over the value the fiber computes. * @tsplus static effect/core/io/Fiber.Aspects mapEffect * @tsplus static effect/core/io/RuntimeFiber.Aspects mapEffect * @tsplus pipeable effect/core/io/Fiber mapEffect * @tsplus pipeable effect/core/io/RuntimeFiber mapEffect * @tsplus location "@effect/core/io/Fiber/operations/mapEffect" */ export declare function mapEffect(f: (a: A) => Effect): (self: import("@effect/core/io/Fiber/definition").Fiber) => import("@effect/core/io/Fiber/definition").Fiber; //# sourceMappingURL=mapEffect.d.ts.map