import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns an effect that executes both this effect and the specified effect, * in parallel, returning result of provided effect. If either side fails, * then the other side will be interrupted. * @tsplus static effect/core/io/Effect.Aspects zipParRight * @tsplus pipeable effect/core/io/Effect zipParRight * @tsplus location "@effect/core/io/Effect/operations/zipParRight" */ export declare function zipParRight(that: Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=zipParRight.d.ts.map