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