import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Simultaneously filters and flatMaps the value produced by this effect. * Continues on the effect returned from the specified partial function. * @tsplus static effect/core/stm/STM.Aspects continueOrRetrySTM * @tsplus pipeable effect/core/stm/STM continueOrRetrySTM * @tsplus location "@effect/core/stm/STM/operations/continueOrRetrySTM" */ export declare function continueOrRetrySTM(pf: (a: A) => Maybe>): (self: import("../definition").STM) => import("../definition").STM; //# sourceMappingURL=continueOrRetrySTM.d.ts.map