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