import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that effectfully "peeks" at the failure or success of * this effect. * @tsplus static effect/core/io/Effect.Aspects tapBoth * @tsplus pipeable effect/core/io/Effect tapBoth * @tsplus location "@effect/core/io/Effect/operations/tapBoth" */ export declare function tapBoth(f: (e: E) => Effect, g: (a: A) => Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=tapBoth.d.ts.map