import { Fiber } from "@effect/core/io/Fiber/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Passes the success of this fiber to the specified callback, and continues * with the fiber that it returns. * @tsplus static effect/core/io/Fiber.Aspects mapFiber * @tsplus static effect/core/io/RuntimeFiber.Aspects mapFiber * @tsplus pipeable effect/core/io/RuntimeFiber mapFiber * @tsplus pipeable effect/core/io/RuntimeFiber mapFiber * @tsplus location "@effect/core/io/Fiber/operations/mapFiber" */ export declare function mapFiber(f: (a: A) => Fiber): (self: Fiber) => Effect>; //# sourceMappingURL=mapFiber.d.ts.map