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 while
* the predicate returns true for the value.
* @tsplus static effect/core/stm/STM.Aspects retryWhile
* @tsplus pipeable effect/core/stm/STM retryWhile
* @tsplus location "@effect/core/stm/STM/operations/retryWhile"
*/
export declare function retryWhile(f: Predicate): (self: import("../definition").STM) => import("../definition").STM;
//# sourceMappingURL=retryWhile.d.ts.map