import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops unit * @tsplus location "@effect/core/stream/Channel/operations/unit" */ export declare const unit: Channel; /** * Ignores the result of the effect replacing it with a void * @tsplus getter effect/core/stream/Channel unit * @tsplus location "@effect/core/stream/Channel/operations/unit" */ export declare function unit_(self: Channel): Channel; //# sourceMappingURL=unit.d.ts.map