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