/** * Returns an effectful function that extracts out the second element of a * tuple. */ export declare function second(__trace?: string): import("./effect.js").RIO<[unknown, A], [unknown, A]>; //# sourceMappingURL=second.d.ts.map