import type * as P from "@principia/prelude"; import type { Either } from "../Either"; import type { EIO, URI, V } from "./model"; export declare const recover: (fa: EIO) => EIO>; export declare const absolve: (fa: EIO>) => EIO; export declare const Fallible: P.Fallible<[URI], V>; //# sourceMappingURL=fallible.d.ts.map