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(__trace?: string): import("./effect.js").RIO, A>; //# sourceMappingURL=first.d.ts.map