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