import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * @tsplus static effect/core/stream/Sink.Aspects foldSink * @tsplus pipeable effect/core/stream/Sink foldSink * @tsplus location "@effect/core/stream/Sink/operations/foldSink" */ export declare function foldSink_(failure: (err: E) => Sink, success: (z: Z) => Sink): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=foldSink.d.ts.map