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` when `p` has side-effects. * @tsplus static effect/core/stm/STM.Aspects unlessSTM * @tsplus pipeable effect/core/stm/STM unlessSTM * @tsplus location "@effect/core/stm/STM/operations/unlessSTM" */ export declare function unlessSTM(predicate: LazyArg>): (self: import("../definition").STM) => import("../definition").STM>; //# sourceMappingURL=unlessSTM.d.ts.map