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