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