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