import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Use `E => E1` to transform `Either` to `Either` * @tsplus static Either.Aspects mapLeft * @tsplus pipeable Either mapLeft * @tsplus location "@tsplus/stdlib/data/Either/mapLeft" */ export declare function mapLeft(f: (e: E) => E1): (self: import("./definition").Either) => import("./definition").Either; //# sourceMappingURL=mapLeft.d.ts.map