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(self: C.Stream): T.Effect; //# sourceMappingURL=runDrain.d.ts.map