import { Effect } from "@effect/core/io/Effect/definition"; /** * Sequences the specified effect after this effect, but ignores the value * produced by the effect. * @tsplus static effect/core/io/Effect.Aspects zipLeft * @tsplus pipeable effect/core/io/Effect zipLeft * @tsplus pipeable-operator effect/core/io/Effect < * @tsplus location "@effect/core/io/Effect/operations/zipLeft" */ export declare function zipLeft(that: Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=zipLeft.d.ts.map