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