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