import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Flatten nested `Either>` into `Either`. * @tsplus getter Either flatten * @tsplus location "@tsplus/stdlib/data/Either/flatten" */ export declare function flatten(self: Either>): Either; //# sourceMappingURL=flatten.d.ts.map