import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Get `A` or in case self is left return `onLeft` result. * @tsplus static Either.Aspects getOrElse * @tsplus pipeable Either getOrElse * @tsplus location "@tsplus/stdlib/data/Either/getOrElse" */ export declare function getOrElse(onLeft: (e: E) => A): (self: import("./definition").Either) => A | B; //# sourceMappingURL=getOrElse.d.ts.map