import { Effect } from "@effect/core/io/Effect/definition"; /** * A variant of `flatMap` that ignores the value produced by this effect. * @tsplus static effect/core/io/Effect.Aspects zipRight * @tsplus pipeable effect/core/io/Effect zipRight * @tsplus pipeable-operator effect/core/io/Effect > * @tsplus location "@effect/core/io/Effect/operations/zipRight" */ export declare function zipRight(that: Effect): (self: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=zipRight.d.ts.map