import { STM } from "@effect/core/stm/STM/definition/base"; /** * Returns an effect that ignores errors and runs repeatedly until it eventually succeeds. * @tsplus getter effect/core/stm/STM eventually * @tsplus location "@effect/core/stm/STM/operations/eventually" */ export declare function eventually(self: STM): STM; //# sourceMappingURL=eventually.d.ts.map