import type * as P from "@principia/prelude"; import type { EIO, URI, V } from "./model"; export declare const both_: (fa: EIO, fb: EIO) => EIO; export declare const both: (fb: EIO) => (fa: EIO) => EIO; export declare const pure: (a: A) => EIO; /** * @category Applicative * @since 1.0.0 */ export declare const Applicative: P.Applicative<[URI], V>; //# sourceMappingURL=applicative.d.ts.map