import type * as P from "@principia/prelude"; import type { EIO, URI, V } from "./model"; export declare const alt_: (fa: EIO, that: () => EIO) => EIO; export declare const alt: (that: () => EIO) => (fa: EIO) => EIO; /** * @category Alt * @since 1.0.0 */ export declare const Alt: P.Alt<[URI], V>; //# sourceMappingURL=alt.d.ts.map