import { LazyArg } from "@tsplus/stdlib/data/Function"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Runs `onTrue` if the result of `self` is `true` and `onFalse` otherwise. * @tsplus static effect/core/stm/STM.Ops ifSTM * @tsplus location "@effect/core/stm/STM/operations/ifSTM" */ export declare function ifSTM(b: LazyArg>, onTrue: LazyArg>, onFalse: LazyArg>): STM; //# sourceMappingURL=ifSTM.d.ts.map