import type { Either } from "@effect-ts/system/Either"; import * as O from "../../Option/index.js"; /** * Gets Right as Option */ export declare function getRight(self: Either): O.Option; /** * Gets Right */ export declare function unsafeGetRight(self: Either): A | undefined; //# sourceMappingURL=getRight.d.ts.map