import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Retry the transaction if the supplied partial function does not match, * otherwise succeed with the returned value. * @tsplus static effect/core/stm/STM.Aspects continueOrRetry * @tsplus pipeable effect/core/stm/STM continueOrRetry * @tsplus location "@effect/core/stm/STM/operations/continueOrRetry" */ export declare function continueOrRetry(pf: (a: A) => Maybe): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=continueOrRetry.d.ts.map