import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Filters the value produced by this effect, retrying the transaction until * the predicate returns true for the value. * @tsplus static effect/core/stm/STM.Aspects retryUntil * @tsplus pipeable effect/core/stm/STM retryUntil * @tsplus location "@effect/core/stm/STM/operations/retryUntil" */ export declare function retryUntil(f: Predicate): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=retryUntil.d.ts.map