import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Merges `Left | Right` into `A | B` * @tsplus getter Either merge * @tsplus location "@tsplus/stdlib/data/Either/merge" */ export declare function merge(self: Either): E | A; //# sourceMappingURL=merge.d.ts.map