import { Cause } from "@effect/core/io/Cause/definition"; /** * Transforms the error type of this cause with the specified function. * @tsplus static effect/core/io/Cause.Aspects map * @tsplus pipeable effect/core/io/Cause map * @tsplus location "@effect/core/io/Cause/operations/map" */ export declare function map(f: (e: E) => E1): (self: Cause) => Cause; //# sourceMappingURL=map.d.ts.map