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