import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that runs this effect and in case of failure, runs each * of the specified effects in order until one of them succeeds. * @tsplus static effect/core/io/Effect.Ops firstSuccessOf * @tsplus location "@effect/core/io/Effect/operations/firstSuccessOf" */ export declare function firstSuccessOf(effects: Collection>): Effect; //# sourceMappingURL=firstSuccessOf.d.ts.map