import { Either } from "@fp-ts/data/Either"; /** * @tsplus pipeable fp-ts/data/Either mapBoth * @tsplus location "@effect-ts-app/core/Either" */ export declare function mapBoth(onLeft: (e: E) => EA, onRight: (a: A) => AA): (ei: Either) => import("@fp-ts/data/Either").Either; //# sourceMappingURL=Either.d.ts.map