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