import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Apply `Either => B` in case self is right returning `Either`. * @tsplus static Either.Aspects extend * @tsplus pipeable Either extend * @tsplus location "@tsplus/stdlib/data/Either/extend" */ export declare function extend(f: (either: Either) => B): (self: Either) => Either; //# sourceMappingURL=extend.d.ts.map