import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * "Zooms in" on the value in the `Left` side of an `Either`, moving the * possibility that the value is a `Right` to the error channel. * @tsplus getter effect/core/io/Effect left * @tsplus location "@effect/core/io/Effect/operations/left" */ export declare function left(self: Effect>): Effect, A>; //# sourceMappingURL=left.d.ts.map