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