import { STM } from "@effect/core/stm/STM/definition/base"; /** * Returns a new effect where boolean value of this effect is negated. * @tsplus getter effect/core/stm/STM negate * @tsplus location "@effect/core/stm/STM/operations/negate" */ export declare function negate(self: STM): STM; //# sourceMappingURL=negate.d.ts.map