import * as C from "../core.js"; /** * Returns a new channel which reads all the elements from upstream's output channel * and ignores them, then terminates with the upstream result value. */ export declare function drain(self: C.Channel): C.Channel; //# sourceMappingURL=drain.d.ts.map