import { Effect } from "@effect/core/io/Effect/definition"; /** * An effect that succeeds with a unit value. * @tsplus static effect/core/io/Effect.Ops unit * @tsplus location "@effect/core/io/Effect/operations/unit" */ export declare const unit: Effect; /** * An effect that succeeds with a unit value. * @tsplus static effect/core/io/Effect.Ops unitTraced * @tsplus location "@effect/core/io/Effect/operations/unit" */ export declare function unitTraced(): Effect; /** * Ignores the result of the effect replacing it with a void * @tsplus getter effect/core/io/Effect unit * @tsplus location "@effect/core/io/Effect/operations/unit" */ export declare function asUnit(self: Effect): Effect; //# sourceMappingURL=unit.d.ts.map