import { Stream } from "@effect/core/stream/Stream/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Runs the stream to a sink which sums elements, provided they are numbers. * @tsplus getter effect/core/stream/Stream runSum * @tsplus location "@effect/core/stream/Stream/operations/runSum" */ export declare function runSum(self: Stream): Effect; //# sourceMappingURL=runSum.d.ts.map