import { Effect } from "@effect/core/io/Effect/definition"; import { Layer } from "@effect/core/io/Layer/definition"; /** * Performs the specified effect if this layer fails. * @tsplus static effect/core/io/Layer.Aspects tapError * @tsplus pipeable effect/core/io/Layer tapError * @tsplus location "@effect/core/io/Layer/operations/tapError" */ export declare function tapError(f: (e: E) => Effect): (self: import("../definition").Layer) => import("../definition").Layer; //# sourceMappingURL=tapError.d.ts.map