import type { Effect } from "./effect.js"; /** * 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. */ export declare function onSecond(self: Effect, __trace?: string): Effect>; //# sourceMappingURL=onSecond.d.ts.map