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