import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Returns a new channel which reads all the elements from upstream's output * channel and ignores them, then terminates with the upstream result value. * @tsplus getter effect/core/stream/Channel drain * @tsplus location "@effect/core/stream/Channel/operations/drain" */ export declare function drain(self: Channel): Channel; //# sourceMappingURL=drain.d.ts.map