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