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