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