import * as NEA from "../Collections/Immutable/NonEmptyArray/index.js"; import type { Effect } from "./effect.js"; /** * Returns an effect that yields the value of the first * effect to succeed. */ export declare function firstSuccessOf(effects: NEA.NonEmptyArray>, __trace?: string): Effect; //# sourceMappingURL=firstSuccessOf.d.ts.map