import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * A sink that ignores its inputs. * @tsplus static effect/core/stream/Sink.Ops drain * @tsplus location "@effect/core/stream/Sink/operations/drain" */ export declare function drain(): Sink; //# sourceMappingURL=drain.d.ts.map