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