import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { TSet } from "@effect/core/stm/TSet/definition"; /** * Transactionally takes the first matching value, or retries until there is one. * @tsplus static effect/core/stm/TSet.Aspects takeFirstSTM * @tsplus pipeable effect/core/stm/TSet takeFirstSTM * @tsplus location "@effect/core/stm/TSet/operations/takeFirstSTM" */ export declare function takeFirstSTM(pf: (a: A) => STM, B>): (self: TSet) => STM; //# sourceMappingURL=takeFirstSTM.d.ts.map