import { STM } from "@effect/core/stm/STM/definition/base"; /** * Abort and retry the whole transaction when any of the underlying * transactional variables have changed. * @tsplus static effect/core/stm/STM.Ops retry * @tsplus location "@effect/core/stm/STM/operations/retry" */ export declare const retry: STM; //# sourceMappingURL=retry.d.ts.map