import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Maps the success value of this effect to a left value. * @tsplus getter effect/core/io/Effect asLeft * @tsplus location "@effect/core/io/Effect/operations/asLeft" */ export declare function asLeft(self: Effect): Effect>; //# sourceMappingURL=asLeft.d.ts.map