import { Stream } from "@effect/core/stream/Stream/definition"; /** * Converts this stream to a stream that executes its effects but emits no * elements. Useful for sequencing effects using streams. * @tsplus getter effect/core/stream/Stream drain * @tsplus location "@effect/core/stream/Stream/operations/drain" */ export declare function drain(self: Stream): Stream; //# sourceMappingURL=drain.d.ts.map