import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Runs the stream to a sink which sums elements, provided they are Numeric. */ export declare function runSum(self: C.Stream): T.Effect; //# sourceMappingURL=runSum.d.ts.map