import type * as T from "../../../../Effect/index.js";
import type * as C from "../core.js";
/**
 * Runs the stream and collects ignore its elements.
 */
export declare function runDrain<R, E, A>(self: C.Stream<R, E, A>): T.Effect<R, E, void>;
//# sourceMappingURL=runDrain.d.ts.map