import { Effect } from "@effect/core/io/Effect/definition"; /** * Sequentially zips this effect with the specified effect * @tsplus pipeable-operator effect/core/io/Effect + * @tsplus static effect/core/io/Effect.Aspects zip * @tsplus pipeable effect/core/io/Effect zip * @tsplus location "@effect/core/io/Effect/operations/zip" */ export declare function zip(that: Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=zip.d.ts.map