import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect whose success is mapped by the specified `f` function. * @tsplus static effect/core/io/Effect.Aspects map * @tsplus pipeable effect/core/io/Effect map * @tsplus location "@effect/core/io/Effect/operations/map" */ export declare function map(f: (a: A) => B): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=map.d.ts.map