import { STM } from "@effect/core/stm/STM/definition/base"; /** * "Peeks" at both sides of an transactional effect. * @tsplus static effect/core/stm/STM.Aspects tapBoth * @tsplus pipeable effect/core/stm/STM tapBoth * @tsplus location "@effect/core/stm/STM/operations/tapBoth" */ export declare function tapBoth(f: (e: E) => STM, g: (a: A) => STM): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=tapBoth.d.ts.map