import { STM } from "@effect/core/stm/STM/definition/base"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * The moral equivalent of `if (p) exp` when `p` has side-effects. * @tsplus static effect/core/stm/STM.Ops whenSTM * @tsplus location "@effect/core/stm/STM/operations/whenSTM" */ export declare function whenSTM(predicate: STM, effect: STM): STM>; //# sourceMappingURL=whenSTM.d.ts.map