import type * as T from "../../../../Effect/index.js"; import type * as SK from "../../Sink/index.js"; import type * as C from "../core.js"; /** * Runs the sink on the stream to produce either the sink's result or an error. */ export declare function run_(self: C.Stream, sink: SK.Sink): T.Effect; /** * Runs the sink on the stream to produce either the sink's result or an error. * * @ets_data_first run_ */ export declare function run(sink: SK.Sink): (self: C.Stream) => T.Effect; //# sourceMappingURL=run.d.ts.map