import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * @tsplus static effect/core/stream/Sink.Aspects zipFlatten * @tsplus pipeable effect/core/stream/Sink zipFlatten * @tsplus location "@effect/core/stream/Sink/operations/zipFlatten" */ export declare function zipFlatten(that: Sink): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=zipFlatten.d.ts.map