import { STM } from "@effect/core/stm/STM/definition/base"; /** * "Peeks" at the error of the transactional effect. * @tsplus static effect/core/stm/STM.Aspects tapError * @tsplus pipeable effect/core/stm/STM tapError * @tsplus location "@effect/core/stm/STM/operations/tapError" */ export declare function tapError(f: (e: E) => STM): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=tapError.d.ts.map