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