import { Fiber } from "@effect/core/io/Fiber/definition"; /** * Same as `zip` but discards the output of the right hand side. * @tsplus pipeable-operator effect/core/io/Fiber < * @tsplus pipeable-operator effect/core/io/RuntimeFiber < * @tsplus static effect/core/io/Fiber.Aspects zipLeft * @tsplus static effect/core/io/RuntimeFiber.Aspects zipLeft * @tsplus pipeable effect/core/io/Fiber zipLeft * @tsplus pipeable effect/core/io/RuntimeFiber zipLeft * @tsplus location "@effect/core/io/Fiber/operations/zipLeft" */ export declare function zipLeft(that: Fiber): (self: import("../definition").Fiber) => import("../definition").Fiber; //# sourceMappingURL=zipLeft.d.ts.map