import { Effect } from "@effect/core/io/Effect/definition"; import { Env } from "@tsplus/stdlib/service/Env"; /** * Propagates the success value to the second element of a tuple, but * passes the effect input `R` along unmodified as the first element * of the tuple. * @tsplus getter effect/core/io/Effect onSecond * @tsplus location "@effect/core/io/Effect/operations/onSecond" */ export declare function onSecond(self: Effect): Effect, A]>; //# sourceMappingURL=onSecond.d.ts.map